Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Dec 7, 2024
1 parent 46a07af commit fca9e3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ end
DynamicPolynomials.@polyvar x
V = typeof(x)
@test promote_type(V, Any) == Any
@test promote_type(typeof(x/2), Any) == Any
end

include("mvp.jl")

0 comments on commit fca9e3e

Please sign in to comment.