Skip to content

Commit 0e4b17e

Browse files
N5N3dkarrasch
andauthored
Apply suggestion.
Co-authored-by: Daniel Karrasch <daniel.karrasch@posteo.de>
1 parent 8f30511 commit 0e4b17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/LinearAlgebra/test/blas.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ end
2020
@testset "vec_pointer_stride" begin
2121
a = zeros(4,4,4)
2222
@test BLAS.asum(view(a,1:2:4,:,:)) == 0 # vector like
23-
@test_throws ArgumentError BLAS.asum(view(a,1:3:4,:,:)) == 0 # non-vector like
23+
@test_throws ArgumentError BLAS.asum(view(a,1:3:4,:,:)) # non-vector like
2424
end
2525
Random.seed!(100)
2626
## BLAS tests - testing the interface code to BLAS routines

0 commit comments

Comments
 (0)