File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Organization: Fossil Logic
1212*/
1313#include <fossil/unittest/framework.h> // basic test tools
1414#include <fossil/benchmark/framework.h> // benchmark tools
15+ #include <fossil/xassume.h>
1516
1617// * * * * * * * * * * * * * * * * * * * * * * * *
1718// * Fossil Logic Test Utilites
@@ -237,10 +238,7 @@ FOSSIL_TEST_GROUP(benchmark_group) {
237238 APPLY_MARK (selection_sort_case_3 , "ghost" );
238239 ADD_TEST (selection_sort_case_3 );
239240
240- APPLY_MARK (benchmark_bubble_sort_small , "ghost" );
241241 ADD_TEST (benchmark_bubble_sort_small );
242- APPLY_MARK (benchmark_bubble_sort_medium , "ghost" );
243242 ADD_TEST (benchmark_bubble_sort_medium );
244- APPLY_MARK (benchmark_bubble_sort_large , "ghost" );
245243 ADD_TEST (benchmark_bubble_sort_large );
246244}
You can’t perform that action at this time.
0 commit comments