Skip to content

Commit dd7a273

Browse files
authored
Update runtests.jl
1 parent 472db2e commit dd7a273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using LayoutPointers, ArrayInterface, ArrayInterfaceOffsetArrays, Aqua, Test
22

33
@testset "LayoutPointers.jl" begin
4-
Aqua.test_all(LayoutPointers, deps_compat = VERSION <= v"1.8" || VERSION.prerelease[1] != "DEV")
4+
Aqua.test_all(LayoutPointers)
55

66
println("Grouped Strided Pointers")
77
@time @testset "Grouped Strided Pointers" begin

0 commit comments

Comments
 (0)