3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +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");
}