Skip to content

Commit 1ee5fd6

Browse files
committed
Fix
1 parent 560b1a0 commit 1ee5fd6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/substitution.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ import MutableArithmetics as MA
103103
t = T(1) * x[1]
104104
@test copy(t).coefficient !== t.coefficient
105105
@test MA.mutable_copy(t).coefficient !== t.coefficient
106-
@test MA.copy_if_mutable(t).coefficient !== t.coefficient
107106
F = T(5) * x[1] * x[2] * x[3] + T(1) * x[1] * x[2]^2
108107
@test subs(F, x[3] => T(0)) == x[1] * x[2]^2
109108
@test subs(F, x[3] => 0) == x[1] * x[2]^2

0 commit comments

Comments
 (0)