Skip to content

Commit c526669

Browse files
committed
test(core): use LinearAlgebra globally in test
1 parent a287b90 commit c526669

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: test/runtests.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
using TypedMatrices
21
using Test
2+
using TypedMatrices
3+
using LinearAlgebra
34

45
const builtin_matrices = list_matrices(Group(:builtin))
56

0 commit comments

Comments
 (0)