We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbb454 commit 2618ff5Copy full SHA for 2618ff5
1 file changed
test/test_stridedviewsext.jl
@@ -8,4 +8,4 @@ using Test: @test, @testset
8
@test b isa SV.StridedView
9
@test size(b) == (4, 3, 2)
10
@test b ≡ permutedims(a, (3, 2, 1))
11
-end
+end
0 commit comments