1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-07-17 10:55:33 +02:00

uncomment FreeGroup-tests.jl

This commit is contained in:
kalmar 2017-05-15 17:30:38 +02:00
parent ab16d05b94
commit 40fb5566d7

View File

@ -4,6 +4,6 @@ using Base.Test
# write your own tests here # write your own tests here
@testset "Groups" begin @testset "Groups" begin
# include("FreeGroup-tests.jl") include("FreeGroup-tests.jl")
include("AutGroup-tests.jl") include("AutGroup-tests.jl")
end end