We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4adf4e commit b76f4bbCopy full SHA for b76f4bb
test/monovec.jl
@@ -3,7 +3,7 @@
3
@test x > y
4
@test x^2 > y^2
5
X = [x^2, x*y, y^2]
6
- #@test isempty(@inferred monomials((x, y), 1:0))
+ @test isempty(@inferred monomials((x, y), 1:0))
7
for (i, m) in enumerate(monomials((x, y), 2))
8
@test m == X[i]
9
end
0 commit comments