diff --git a/test/test_main.cpp b/test/test_main.cpp index 2a95918..653da60 100644 --- a/test/test_main.cpp +++ b/test/test_main.cpp @@ -97,7 +97,7 @@ MSTCH_TEST(unescaped) MSTCH_TEST(whitespace) MSTCH_TEST(zero_view) -#infdef __APPLE__ +#ifndef __APPLE__ SPECS_TEST(comments) SPECS_TEST(delimiters) SPECS_TEST(interpolation)