We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f583ba5 + 370bc84 commit 866ab83Copy full SHA for 866ab83
test/poly.jl
@@ -9,7 +9,7 @@
9
@polyvar x
10
@test typeof(Term(1x)) == Term{true, Int}
11
@test Term(1x) == 1x
12
- @test typeof(Any(1x)) == Term{true, Int}
+ @test typeof(convert(Any, 1x)) == Term{true, Int}
13
@test typeof(one(1x)) == Term{true, Int}
14
@test typeof(zeroterm(1x)) == Term{true, Int}
15
@test typeof(zero(1x)) == Polynomial{true, Int}
0 commit comments