diff --git a/test/test_interpreter.c b/test/test_interpreter.c index 8fdf90c..208aa45 100644 --- a/test/test_interpreter.c +++ b/test/test_interpreter.c @@ -11,7 +11,7 @@ #include #include -//supress the print output +//suppress the print output static void noPrintFn(const char* output) { //NO OP }