Skip to content

Commit be16eb5

Browse files
committed
Fix tests for Julia 1.6
1 parent 2e6d5a5 commit be16eb5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/runtests.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ end
4747

4848
@testset "MutatePlainDataArray.jl" begin
4949
@test isbitstype(TAB)
50-
@test !isbitstype(TAI) && !ismutabletype(TAI)
51-
@test ismutabletype(TAM)
50+
@test !isbitstype(TAI)
51+
@test !isbitstype(TAM)
5252
@test isbitstype(TBB)
53-
@test !isbitstype(TBI) && !ismutabletype(TBI)
54-
@test ismutabletype(TBM)
53+
@test !isbitstype(TBI)
54+
@test !isbitstype(TBM)
5555
@test isbitstype(TC)
5656

5757
@testset "aref validation" begin

0 commit comments

Comments
 (0)