From dcb9e6511fb59b4fa1d465906c8763a1c3453a34 Mon Sep 17 00:00:00 2001 From: Tero Frondelius Date: Sat, 20 Jun 2015 20:19:31 +0300 Subject: [PATCH] added test_print() to runtests.jl --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index cb65f0c..bc108b0 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -60,7 +60,7 @@ test_add_and_get_nodes() function test_print() lines_with_print = Dict() - src = readdir("src") + src = readdir("./src") for file_name in src fil = open(joinpath("src",file_name),"r") for line in readlines(fil)