disable test for sprint Automorphism on julia < 1.6

This commit is contained in:
Marek Kaluba 2021-12-18 20:06:24 +01:00
parent 54c96c1f2a
commit 72ea5c8123
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
1 changed files with 3 additions and 1 deletions

View File

@ -96,7 +96,9 @@
@test evaluate(g*h) == evaluate(h*g)
@test (g*h).savedhash == zero(UInt)
@test sprint(show, typeof(g)) == "Automorphism{FreeGroup{Symbol, KnuthBendix.LenLex{Symbol}}, …}"
if VERSION >= v"1.6.0"
@test sprint(show, typeof(g)) == "Automorphism{FreeGroup{Symbol, KnuthBendix.LenLex{Symbol}}, …}"
end
a = g*h
b = h*g