@@ -142,7 +142,7 @@ if !is_buildkite
142142 end
143143 end
144144 @test reshape (B8, (1 , 1 , 1 )) == reshape (A8, (1 , 1 , 1 )) ==
145- StridedView (reshape (A8, (1 , 1 , 1 ))) == sreshape (A8, (1 , 1 , 1 ))
145+ StridedView (reshape (A8, (1 , 1 , 1 ))) == sreshape (A8, (1 , 1 , 1 ))
146146 @test reshape (B8, ()) == reshape (A8, ())
147147 end
148148
@@ -249,7 +249,7 @@ if !is_buildkite
249249 @test view (B, :, 1 : 5 , 3 , 1 : 5 ) === sview (B, :, 1 : 5 , 3 , 1 : 5 ) === B[:, 1 : 5 , 3 , 1 : 5 ]
250250 @test view (B, :, 1 : 5 , 3 , 1 : 5 ) == StridedView (view (A, :, 1 : 5 , 3 , 1 : 5 ))
251251 @test pointer (view (B, :, 1 : 5 , 3 , 1 : 5 )) ==
252- pointer (StridedView (view (A, :, 1 : 5 , 3 , 1 : 5 )))
252+ pointer (StridedView (view (A, :, 1 : 5 , 3 , 1 : 5 )))
253253 @test StridedViews. offset (view (B, :, 1 : 5 , 3 , 1 : 5 )) == 2 * stride (B, 3 )
254254 end
255255 end
@@ -295,6 +295,6 @@ if !is_buildkite
295295
296296 if isempty (VERSION . prerelease)
297297 using JET
298- JET. test_package (StridedViews; target_modules= (StridedViews,))
298+ JET. test_package (StridedViews; target_modules = (StridedViews,))
299299 end
300300end
0 commit comments