Skip to content

Commit b76f4bb

Browse files
committed
Enable test
1 parent f4adf4e commit b76f4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/monovec.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@test x > y
44
@test x^2 > y^2
55
X = [x^2, x*y, y^2]
6-
#@test isempty(@inferred monomials((x, y), 1:0))
6+
@test isempty(@inferred monomials((x, y), 1:0))
77
for (i, m) in enumerate(monomials((x, y), 2))
88
@test m == X[i]
99
end

0 commit comments

Comments
 (0)