aboutsummaryrefslogtreecommitdiff
path: root/Converter/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Converter/src/main.c')
-rw-r--r--Converter/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Converter/src/main.c b/Converter/src/main.c
index 7b64749..8d102f2 100644
--- a/Converter/src/main.c
+++ b/Converter/src/main.c
@@ -13,7 +13,7 @@ int main(int argc, char *argv[])
// run tests
fputs("Running header test (how does compile_string handle # headers?)\n",
stderr);
- test_compile_line_header_depth();
+ compile_line_header_depth();
}
else
{