Skip to content

Commit d188245

Browse files
committed
Fix
1 parent 51db1b3 commit d188245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/commutative/comparison.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
grlex = Graded{lex}
146146
rinvlex = Reverse{InverseLexOrder}
147147
grevlex = Graded{rinvlex}
148-
if Mod == DynamicPolynomials
148+
@static if Symbol(Mod) == :DynamicPolynomials
149149
@testset "compare $M" for M in [
150150
lex,
151151
grlex,

0 commit comments

Comments
 (0)