Skip to content

Commit 0cbed2b

Browse files
Merge pull request #376 from GraphBLAS/with_GraphBLAS_v10
test_msf: use proper enum
2 parents efe5b57 + 9e33915 commit 0cbed2b

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)