test-tokenizer-0.cpp : fix warning

This commit is contained in:
klosax
2023-08-17 23:34:21 +02:00
committed by GitHub
parent 147a99bd3a
commit d9e6890a51

View File

@@ -41,7 +41,7 @@ static const std::map<std::string, std::vector<llama_token>> & k_tests() {
}; };
return _k_tests; return _k_tests;
}; }
int main(int argc, char **argv) { int main(int argc, char **argv) {
if (argc < 2) { if (argc < 2) {