We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6d5a5 commit be16eb5Copy full SHA for be16eb5
1 file changed
test/runtests.jl
@@ -47,11 +47,11 @@ end
47
48
@testset "MutatePlainDataArray.jl" begin
49
@test isbitstype(TAB)
50
- @test !isbitstype(TAI) && !ismutabletype(TAI)
51
- @test ismutabletype(TAM)
+ @test !isbitstype(TAI)
+ @test !isbitstype(TAM)
52
@test isbitstype(TBB)
53
- @test !isbitstype(TBI) && !ismutabletype(TBI)
54
- @test ismutabletype(TBM)
+ @test !isbitstype(TBI)
+ @test !isbitstype(TBM)
55
@test isbitstype(TC)
56
57
@testset "aref validation" begin
0 commit comments