Skip to content

Commit b092515

Browse files
committed
Fix import
1 parent f479582 commit b092515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/linalg/test_linalg_expm.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
module test_linalg_expm
55
use testdrive, only: error_type, check, new_unittest, unittest_type
66
use stdlib_linalg_constants
7-
use stdlib_linalg, only: expm, eye, mnorm
7+
use stdlib_linalg, only: expm, eye, norm
88
use stdlib_linalg_state, only: linalg_state_type, linalg_error_handling, LINALG_ERROR, &
99
LINALG_INTERNAL_ERROR, LINALG_VALUE_ERROR
1010

0 commit comments

Comments
 (0)