diff --git a/test/runtests.jl b/test/runtests.jl index 5e66310..0485db0 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -74,7 +74,8 @@ function test_print() end close(fil) end - @test lines_with_print == Dict() + #@test lines_with_print == Dict() + @test length(lines_with_print) == 0 end test_print()