Skip to content

Commit dcb5f01

Browse files
committed
Uncommented two tests and rebuilt
1 parent f2fafb8 commit dcb5f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/linalg/test_linalg.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ program test_linalg
6969

7070
call test_outer_product_int8
7171
call test_outer_product_int16
72-
!call test_outer_product_int32
73-
!call test_outer_product_int64
72+
call test_outer_product_int32
73+
call test_outer_product_int64
7474

7575

7676
contains

0 commit comments

Comments
 (0)