diff --git a/Project.toml b/Project.toml index fe85dcb..e7b9e41 100644 --- a/Project.toml +++ b/Project.toml @@ -23,6 +23,7 @@ ManualMemory = "0.1.6" SIMDTypes = "0.1" Static = "0.7, 0.8" StaticArrayInterface = "1" +Test = "1" ThreadingUtilities = "0.4.5, 0.5" julia = "1.6" diff --git a/test/runtests.jl b/test/runtests.jl index efc5240..5010fe7 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -74,7 +74,7 @@ end @testset "StrideArraysCore.jl" begin # Currently StrideArraysCore commits piracy with zero_offsets(A::AbstractArray) and preserve_buffer(A::MemoryBuffer) - Aqua.test_all(StrideArraysCore; piracy=false) + Aqua.test_all(StrideArraysCore; piracies=false) @testset "StrideArrays Basic" begin