From 40fb5566d7980aef196c9ff308583dbd78319130 Mon Sep 17 00:00:00 2001 From: kalmar Date: Mon, 15 May 2017 17:30:38 +0200 Subject: [PATCH] uncomment FreeGroup-tests.jl --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index e12d633..336260f 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -4,6 +4,6 @@ using Base.Test # write your own tests here @testset "Groups" begin - # include("FreeGroup-tests.jl") + include("FreeGroup-tests.jl") include("AutGroup-tests.jl") end