We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc79e3 commit ec88d1dCopy full SHA for ec88d1d
test/gcext/gcext-test.jl
@@ -31,7 +31,7 @@ end
31
# @test success(p)
32
errlines = fetch(err_task)
33
lines = fetch(out_task)
34
- @test length(errlines) == 0
+ @test isempty(errlines)
35
# @test length(lines) == 6
36
@test length(lines) == 5
37
@test checknum(lines[2], r"([0-9]+) full collections", n -> n >= 10)
0 commit comments