uncomment FreeGroup-tests.jl

This commit is contained in:
kalmar 2017-05-15 17:30:38 +02:00
parent ab16d05b94
commit 40fb5566d7
1 changed files with 1 additions and 1 deletions

View File

@ -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