diff --git a/tests/test-tokenizer-0-llama.cpp b/tests/test-tokenizer-0-llama.cpp index b694cd452..edbd86f85 100644 --- a/tests/test-tokenizer-0-llama.cpp +++ b/tests/test-tokenizer-0-llama.cpp @@ -94,7 +94,7 @@ int main(int argc, char **argv) { // We need this for unicode console support console::init(false, false); atexit([]() { console::cleanup(); }); -#endif +#endif bool success = true; diff --git a/tests/test-tokenizer-1-llama.cpp b/tests/test-tokenizer-1-llama.cpp index c64a615bf..ab3d822f2 100644 --- a/tests/test-tokenizer-1-llama.cpp +++ b/tests/test-tokenizer-1-llama.cpp @@ -78,7 +78,7 @@ int main(int argc, char **argv) { // We need this for unicode console support console::init(false, false); atexit([]() { console::cleanup(); }); -#endif +#endif const int n_vocab = llama_n_vocab(ctx);