Skip to content

Commit 1a6c369

Browse files
committed
Fix
1 parent 2e02a3f commit 1a6c369

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/substitution.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ import MutableArithmetics as MA
9999
end
100100

101101
@testset "Issue #302 $T" for T in [BigFloat, BigInt]
102+
Mod.@polyvar x[1:3]
102103
t = T(1) * x[1]
103104
@test copy(t).coefficient !== t.coefficient
104105
@test mutable_copy(t).coefficient !== t.coefficient

0 commit comments

Comments
 (0)