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 6e8d1f3 commit 06153c4Copy full SHA for 06153c4
code/include/fossil/unittest/console.h
@@ -31,7 +31,7 @@ extern "C"
31
void fossil_test_cout(const char* color_name, const char* format, ...);
32
33
void fossil_test_io_information(void);
34
-
+void fossil_test_io_sanity_load(fossil_test_t *test);
35
void fossil_test_io_unittest_given(char *description);
36
void fossil_test_io_unittest_when(char *description);
37
void fossil_test_io_unittest_then(char *description);
0 commit comments