Skip to content

Commit 9e33915

Browse files
use the proper enum for LAGraph_Matrix_Print in msf test
1 parent ef355d8 commit 9e33915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimental/test/test_msf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void test_msf (void)
9999
// construct a directed graph G with adjacency matrix S
100100
TEST_CHECK (S == NULL) ;
101101

102-
OK (LAGraph_Matrix_Print (A, GxB_SHORT, stdout, msg)) ;
102+
OK (LAGraph_Matrix_Print (A, LAGraph_SHORT, stdout, msg)) ;
103103
bool sanitize = (!symmetric) ;
104104

105105
if (files[k].ans_i && files[k].ans_j)

0 commit comments

Comments
 (0)