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
1 changed files with 1 additions and 1 deletions

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");
}