diff options
Diffstat (limited to 'Converter/src/main.c')
-rw-r--r-- | Converter/src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Converter/src/main.c b/Converter/src/main.c index 8d03c02..4e65cb0 100644 --- a/Converter/src/main.c +++ b/Converter/src/main.c @@ -11,7 +11,8 @@ int main(int argc, char *argv[]) if (strncmp(argv[1], "--test", 7) == 0) { // run tests - test_header_depths(); + fputs("Running header test (how does compile_string handle # headers?)\n", stderr); + test_compile_line_header_depth(); } } } |