File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -486,9 +486,10 @@ void test_TriangleCount_brutal (void)
486486}
487487#endif
488488
489+ //------------------------------------------------------------------------------
490+ // Triangle count test
491+ //------------------------------------------------------------------------------
489492
490- //****************************************************************************
491- //****************************************************************************
492493TEST_LIST = {
493494 {"TriangleCount_Methods1" , test_TriangleCount_Methods1 },
494495 {"TriangleCount_Methods2" , test_TriangleCount_Methods2 },
@@ -503,4 +504,5 @@ TEST_LIST = {
503504 {"TriangleCount_brutal" , test_TriangleCount_brutal },
504505 #endif
505506 {NULL , NULL }
506- };
507+ } ;
508+
You can’t perform that action at this time.
0 commit comments