Skip to content

Commit

Permalink
Remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Dec 26, 2019
1 parent ef20396 commit ad9b97c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Test/scalar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ function mul_scalar_array_test(x)
for A in [[1, 2, 3], [1 2; 3 4]]
@test_rewrite x * A
@test_rewrite A * x
@test MA.isequal_canonical(x * A, x .* A)
@test MA.isequal_canonical(A * x, A .* x)
end
end

Expand Down

0 comments on commit ad9b97c

Please sign in to comment.