From 6044905712085fbb3235ebb1ad2ced4178e40961 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 20 Jun 2015 20:44:49 +0300 Subject: [PATCH] changed a bit --- test/runtests.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()