Update explanation for expect-no-warnings
authorMiodrag Milanovic <mmicko@gmail.com>
Sat, 22 Feb 2020 09:53:23 +0000 (10:53 +0100)
committerMiodrag Milanovic <mmicko@gmail.com>
Sat, 22 Feb 2020 09:53:23 +0000 (10:53 +0100)
passes/cmds/logger.cc

index 018a3e6cf957265022f1be2f5fd24e6c69d2b126..ac1cd306cece149c89011eb7b61b3ecbdcfb4d91 100644 (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");
        }