There was an error while loading. Please reload this page.
1 parent 5b0d8bb commit 5951989Copy full SHA for 5951989
1 file changed
test/run.sh
@@ -1309,8 +1309,8 @@ test_werror_handling() {
1309
1310
_werror_set_mode specific
1311
_out=$(dump_args cc "$_in1")
1312
- expect_contains werror_spec1 "$_out" '-Wno-error'
1313
expect_not_contains werror_spec1 "$_out" '-Werror'
+ expect_contains werror_spec1 "$_out" '-Werror=specific'
1314
1315
_werror_set_mode none
1316
0 commit comments