tests : fix test-chat-template --no-common option (#25075)

This commit is contained in:
Sigbjørn Skjæret
2026-06-27 09:30:19 +02:00
committed by GitHub
parent 050ee92d04
commit 83d385b429

View File

@@ -135,7 +135,7 @@ int main(int argc, char ** argv) {
output_path = args[i + 1]; output_path = args[i + 1];
i++; i++;
} else if (args[i] == "--no-common") { } else if (args[i] == "--no-common") {
use_common = true; use_common = false;
} else if (tmpl_path.empty()) { } else if (tmpl_path.empty()) {
tmpl_path = args[i]; tmpl_path = args[i];
} else { } else {