Skip to content

Commit 76ee2d0

Browse files
committed
Only 2 variables
1 parent fb22ce5 commit 76ee2d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/mutable_arithmetics.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ function all_tests(a, b, c, d, e, f, g)
7070
@test isequal(e, e_copy)
7171
end
7272

73-
Mod.@polyvar w x y z
73+
Mod.@polyvar x y
7474

7575
@testset "MutableArithmetics with variables in $T" for T in [Int, BigInt]
7676
# Creating 7 different variables here gives a long compile time for TypedPolynomials
77-
all_tests(w, x, y, z, w, x, y)
77+
all_tests(x, y, x, y, x, y, x)
7878
end
7979

8080
@testset "MutableArithmetics with monomials in $T" for T in [Int, BigInt]

0 commit comments

Comments
 (0)