From 3b2413d2ade13f306744ff9d9f085b3dafdf8427 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 20 Jun 2015 20:46:53 +0300 Subject: [PATCH] changed a bit --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index 0485db0..fdb3557 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -75,6 +75,7 @@ function test_print() close(fil) end #@test lines_with_print == Dict() + println("number of lines with print", length(lines_with_print)) @test length(lines_with_print) == 0 end test_print()