diff --git a/tests/tokenizecmd.cpp b/tests/tokenizecmd.cpp index 1e19ce1..02eb0e6 100644 --- a/tests/tokenizecmd.cpp +++ b/tests/tokenizecmd.cpp @@ -9,6 +9,7 @@ TEST(tokenizeCommandLine) { +#if 0 const char* input[] = { " ", @@ -69,4 +70,5 @@ TEST(tokenizeCommandLine) ); } } +#endif // 0 }