Skip to content

Commit 719250e

Browse files
committed
change test name
1 parent 14d69d9 commit 719250e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

experimental/test/test_CFL_AllPaths.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,8 +748,8 @@ TEST_LIST = {{"CFL_AllPaths_complex_grammar", test_CFL_AllPaths_complex_grammar}
748748
{"CFL_AllPaths_tree", test_CFL_AllPaths_tree},
749749
{"CFL_AllPaths_line", test_CFL_AllPaths_line},
750750
{"CFL_AllPaths_two_nodes_cycle", test_CFL_AllPaths_two_nodes_cycle},
751-
{"CFG_reach_basic_invalid_rules", test_CFL_AllPaths_invalid_rules},
752-
{"test_CFL_AllPaths_with_empty_adj_matrix", test_CFL_AllPaths_with_empty_adj_matrix},
751+
{"CFL_AllPaths_basic_invalid_rules", test_CFL_AllPaths_invalid_rules},
752+
{"CFL_AllPaths_with_empty_adj_matrix", test_CFL_AllPaths_with_empty_adj_matrix},
753753
#if !defined ( GRAPHBLAS_HAS_CUDA )
754754
{"CFL_AllPaths_null_pointers", test_CFL_AllPaths_null_pointers},
755755
#endif

0 commit comments

Comments
 (0)