Skip to content

Commit e03b1b5

Browse files
committed
test: see which testset fails
1 parent 2c00036 commit e03b1b5

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
@@ -7,7 +7,7 @@
77
cpu_rng = Random.default_rng()
88

99
@testset "rand" begin # uniform
10-
for T in eltypes, d in (10, (10, 10), (128, 128))
10+
@testset for T in eltypes, d in (10, (10, 10), (128, 128))
1111
A = AT{T}(undef, d)
1212
B = copy(A)
1313
rand!(rng, A)

0 commit comments

Comments
 (0)