1
0
mirror of synced 2026-04-29 21:28:23 +00:00

Update explanation for expect-no-warnings

This commit is contained in:
Miodrag Milanovic
2020-02-22 10:53:23 +01:00
parent d079ab9d19
commit 010d651450

View File

@@ -61,7 +61,7 @@ struct LoggerPass : public Pass {
log(" expect log,warning or error to appear. In case of error return code is 0.\n");
log("\n");
log(" -expect-no-warnings\n");
log(" gives error in case there is at least one warning.\n");
log(" gives error in case there is at least one warning that is not expected.\n");
log("\n");
}