Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Mar 24, 2024
1 parent 046aba9 commit 07da160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/matmul.jl
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,11 @@ end
BigInt[1 1; 1 1],
zeros(BigInt, 1, 1),
)
@test_throws DimensionMismatch MA.mul_to!!(
@test MA.mul_to!!(
zeros(BigInt, 1, 1),
BigInt[1 1; 1 1],
zeros(BigInt, 2, 1),
)
) == zeros(BigInt, 2, 1)

@testset "mutability" begin
alloc_test(() -> MA.promote_operation(*, typeof(A), typeof(B)), 0)
Expand Down

0 comments on commit 07da160

Please sign in to comment.