Skip to content

Commit e73f062

Browse files
authored
Fix typo in test name.
[skip ci]
1 parent adb914e commit e73f062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testsuite/linalg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ end
143143
end
144144
end
145145

146-
@testsuite "linalg/symmetrix" (AT, eltypes)->begin
146+
@testsuite "linalg/symmetric" (AT, eltypes)->begin
147147
@testset "Hermitian" begin
148148
A = rand(Float32,2,2)
149149
A = A*A'+I #posdef

0 commit comments

Comments
 (0)