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 53ca0bf commit 372ac6aCopy full SHA for 372ac6a
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