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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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