From: Miodrag Milanovic Date: Sat, 22 Feb 2020 09:53:23 +0000 (+0100) Subject: Update explanation for expect-no-warnings X-Git-Tag: working-ls180~788^2~4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=010d6514501f9f2df1c34ca3fe615a941d6a9cad;p=yosys.git Update explanation for expect-no-warnings --- diff --git a/passes/cmds/logger.cc b/passes/cmds/logger.cc index 018a3e6cf..ac1cd306c 100644 --- a/passes/cmds/logger.cc +++ b/passes/cmds/logger.cc @@ -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"); }