Skip to content

Commit 597c566

Browse files
committed
Fix: Resolve @eqtest method redefinition warning
1 parent 0626e8f commit 597c566

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)