Skip to content

Commit 0c93c14

Browse files
include assume
1 parent a696287 commit 0c93c14

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/test_marks.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)