Skip to content

Commit

Permalink
Stop including files multiple times in tests (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Feb 14, 2024
1 parent 787bfe2 commit 48569d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/matmul.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
using Test
import MutableArithmetics as MA

include("utilities.jl")

struct CustomArray{T,N} <: AbstractArray{T,N} end

import LinearAlgebra
Expand Down
2 changes: 0 additions & 2 deletions test/rewrite.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ macro test_macro_throws(error, m)
end
end

include("dummy.jl")

function is_supported_test(T)
@test MA.Test._is_supported(*, T, T)
@test MA.Test._is_supported(+, T, T)
Expand Down

0 comments on commit 48569d2

Please sign in to comment.