From 1bb6b7960161a6e10555617ea34ff50178343b6a Mon Sep 17 00:00:00 2001 From: Andy Dienes <51664769+adienes@users.noreply.github.com> Date: Fri, 5 Sep 2025 11:08:55 -0400 Subject: [PATCH] Update basic.jl --- test/basic.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/basic.jl b/test/basic.jl index 6550bf6..9ab8462 100644 --- a/test/basic.jl +++ b/test/basic.jl @@ -26,7 +26,6 @@ A[1, ..] = reshape([3 4 5 6 4 5 6 7], - 1, 4, 2) @@ -78,7 +77,7 @@ C[1, 1] += 1 @test StaticArrayInterface.getindex(A,:,..,1) == [2 1 4 5; 2 2 3 6] @test StaticArrayInterface.getindex(A,:,..,2) == [3 2 6 5; 3 2 6 6] - StaticArrayInterface.setindex!(A, reshape([3 4; 5 6; 4 5; 6 7], 1, 4, 2), 1, ..) + StaticArrayInterface.setindex!(A, reshape([3 4; 5 6; 4 5; 6 7], 4, 2), 1, ..) B = [3 4 5 6