Update hint for deprecation

This commit is contained in:
Christoffer Lerno
2026-02-26 00:15:58 +01:00
parent 0a21323652
commit 09606a2998
2 changed files with 2 additions and 2 deletions

View File

@@ -561,7 +561,7 @@ fn bool test_file(Path file_path, TestOutput* output, usz index)
if (settings.no_deprecation)
{
cmdline.push("--silence-deprecation");
cmdline.push("--warn-deprecation=no");
}
cmdline.push(settings.safe ? "--safe=yes" : "--safe=no");