Skip to content

Commit 6ef6a0c

Browse files
authored
typo
1 parent bfbff0f commit 6ef6a0c

File tree

1 file changed

+1
-1
lines changed
  • stdlib/LinearAlgebra/test

1 file changed

+1
-1
lines changed

stdlib/LinearAlgebra/test/lu.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ end
464464
@test Matrix(F1) Matrix(F2) C
465465
end
466466

467-
@testset "matrix with Nonfinite"
467+
@testset "matrix with Nonfinite" begin
468468
lu(fill(NaN, 2, 2), check=false)
469469
lu(fill(Inf, 2, 2), check=false)
470470
LinearAlgebra.generic_lufact!(fill(NaN, 2, 2), check=false)

0 commit comments

Comments
 (0)