mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-12-25 02:05:30 +01:00
disable test for sprint Automorphism on julia < 1.6
This commit is contained in:
parent
54c96c1f2a
commit
72ea5c8123
@ -96,7 +96,9 @@
|
||||
@test evaluate(g*h) == evaluate(h*g)
|
||||
@test (g*h).savedhash == zero(UInt)
|
||||
|
||||
if VERSION >= v"1.6.0"
|
||||
@test sprint(show, typeof(g)) == "Automorphism{FreeGroup{Symbol, KnuthBendix.LenLex{Symbol}}, …}"
|
||||
end
|
||||
|
||||
a = g*h
|
||||
b = h*g
|
||||
|
Loading…
Reference in New Issue
Block a user