Skip to content

Commit 372ac6a

Browse files
use isempty so failing test shows content
1 parent 53ca0bf commit 372ac6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gcext/gcext-test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ end
3131
# @test success(p)
3232
errlines = fetch(err_task)
3333
lines = fetch(out_task)
34-
@test length(errlines) == 0
34+
@test isempty(errlines)
3535
# @test length(lines) == 6
3636
@test length(lines) == 5
3737
@test checknum(lines[2], r"([0-9]+) full collections", n -> n >= 10)

0 commit comments

Comments
 (0)