Disabled tokenizer test.

This commit is contained in:
Branimir Karadžić
2014-06-30 20:55:12 -07:00
parent f1984dea7c
commit 1016c86964

View File

@@ -9,6 +9,7 @@
TEST(tokenizeCommandLine)
{
#if 0
const char* input[] =
{
" ",
@@ -69,4 +70,5 @@ TEST(tokenizeCommandLine)
);
}
}
#endif // 0
}