Skip to content

Commit a0fc810

Browse files
back to 100% test coverage
1 parent 9b1c29c commit a0fc810

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

experimental/test/test_msf.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ void test_msf (void)
151151
OK (GxB_Vector_extract_Vector(cc2, NULL, NULL, cc0, cc1, NULL)) ;
152152
OK (LAGraph_Vector_IsEqual(&ok, cc2, cc0, msg)) ;
153153

154-
if(!ok)
155-
{
156-
GxB_print(cc2, GxB_SHORT);
157-
GxB_print(cc0, GxB_SHORT);
158-
}
154+
// if(!ok)
155+
// {
156+
// GxB_print(cc2, GxB_SHORT);
157+
// GxB_print(cc0, GxB_SHORT);
158+
// }
159159
TEST_ASSERT(ok) ;
160160
// check result C for A.mtx
161161
if (files[k].ans_i && files[k].ans_j)

0 commit comments

Comments
 (0)