Skip to content

Commit 5ce03b7

Browse files
committed
Fix
1 parent fd69db9 commit 5ce03b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testsuite/random.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
end
77
cpu_rng = Random.default_rng()
88

9-
SEEDING_BROKEN = (rng != cpu_rng) && !(@isdefined(JLArray) && AT == JLArray)
9+
SEEDING_BROKEN = (rng != cpu_rng) && !contains(string(AT), "JLArray")
1010

1111
@testset "rand" begin # uniform
1212
@testset "$d $T" for T in eltypes, d in (10, (10, 10), (512, 512))

0 commit comments

Comments
 (0)