We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae8361 commit a06f6ecCopy full SHA for a06f6ec
code/tests/cases/test_sample.c
@@ -81,7 +81,6 @@ FOSSIL_TEST_GROUP(c_sample_test_cases) {
81
FOSSIL_TEST_ADD(sample_suite, test_input_half);
82
83
FOSSIL_TEST_SKIP(test_should_not_run, "This test should not run");
84
- FOSSIL_TEST_ADD(sample_suite, test_should_not_run);
85
86
FOSSIL_TEST_REGISTER(sample_suite);
87
}
code/tests/cases/test_sample.cpp
@@ -81,7 +81,6 @@ FOSSIL_TEST_GROUP(cpp_sample_test_cases) {
FOSSIL_TEST_ADD(cpp_sample_suite, cpp_test_input_half);
FOSSIL_TEST_SKIP(cpp_test_should_not_run, "This test should not run");
- FOSSIL_TEST_ADD(cpp_sample_suite, cpp_test_should_not_run);
FOSSIL_TEST_REGISTER(cpp_sample_suite);
0 commit comments