Skip to content

Commit d143b79

Browse files
authored
Merge pull request #649 from JuliaSymbolics/fix/eqtest-redefinition
Fix: Resolve `@eqtest` method redefinition warning
2 parents 0626e8f + 597c566 commit d143b79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/polyform.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
using SymbolicUtils: PolyForm, Term, symtype
22
using Test, SymbolicUtils
33

4-
include("utils.jl")
5-
64
@testset "div and polyform" begin
75
@syms x y z
86
@test_skip repr(PolyForm(x-y)) == "-y + x"

0 commit comments

Comments
 (0)