Skip to content

Commit a06f6ec

Browse files
testing
1 parent 6ae8361 commit a06f6ec

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

code/tests/cases/test_sample.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ FOSSIL_TEST_GROUP(c_sample_test_cases) {
8181
FOSSIL_TEST_ADD(sample_suite, test_input_half);
8282

8383
FOSSIL_TEST_SKIP(test_should_not_run, "This test should not run");
84-
FOSSIL_TEST_ADD(sample_suite, test_should_not_run);
8584

8685
FOSSIL_TEST_REGISTER(sample_suite);
8786
}

code/tests/cases/test_sample.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ FOSSIL_TEST_GROUP(cpp_sample_test_cases) {
8181
FOSSIL_TEST_ADD(cpp_sample_suite, cpp_test_input_half);
8282

8383
FOSSIL_TEST_SKIP(cpp_test_should_not_run, "This test should not run");
84-
FOSSIL_TEST_ADD(cpp_sample_suite, cpp_test_should_not_run);
8584

8685
FOSSIL_TEST_REGISTER(cpp_sample_suite);
8786
}

0 commit comments

Comments
 (0)