From b9b1b5218a608eb319e1d53ee6595800de3d6384 Mon Sep 17 00:00:00 2001 From: Tero Frondelius Date: Wed, 24 Jun 2015 23:43:00 +0300 Subject: [PATCH] fixing a copy-paste error --- test/runtests.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index c947e5e..04a2d19 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,6 +1,6 @@ # This file is a part of JuliaFEM. # License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md -module JuliaFEM + using JuliaFEM using FactCheck using Logging @@ -108,4 +108,3 @@ include("test_elasticity_solver.jl") for dic in FactCheck.getstats() @debug(dic[1], ": ",dic[2]) end -end # of Module