Skip to content

Commit c807c5e

Browse files
cuda builder: compute-sanitizer reports a bug in test_export
1 parent e7c5b60 commit c807c5e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/test_export.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ const matrix_info files [ ] =
7575
void test_export (void)
7676
{
7777
LAGraph_Init (msg);
78+
OK (LG_SET_BURBLE (true)) ; // FIXME
7879
GrB_Matrix A = NULL, C = NULL ;
7980

8081
for (int k = 0 ; ; k++)

0 commit comments

Comments
 (0)