mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-07 06:33:24 +00:00
Update explanation for expect-no-warnings
This commit is contained in:
parent
d079ab9d19
commit
010d651450
1 changed files with 1 additions and 1 deletions
|
@ -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(" expect log,warning or error to appear. In case of error return code is 0.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -expect-no-warnings\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");
|
log("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue