Skip to content

Commit 866ab83

Browse files
authored
Merge pull request #17 from JuliaAlgebra/bl/warn
Fix test warning
2 parents f583ba5 + 370bc84 commit 866ab83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/poly.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@polyvar x
1010
@test typeof(Term(1x)) == Term{true, Int}
1111
@test Term(1x) == 1x
12-
@test typeof(Any(1x)) == Term{true, Int}
12+
@test typeof(convert(Any, 1x)) == Term{true, Int}
1313
@test typeof(one(1x)) == Term{true, Int}
1414
@test typeof(zeroterm(1x)) == Term{true, Int}
1515
@test typeof(zero(1x)) == Polynomial{true, Int}

0 commit comments

Comments
 (0)