changed a bit

This commit is contained in:
Jukka Aho
2015-06-20 20:44:49 +03:00
parent 0721104b48
commit 6044905712
+2 -1
View File
@@ -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()