We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db85849 commit dc4620dCopy full SHA for dc4620d
test/cmdlineTests.sh
@@ -169,6 +169,7 @@ EOF
169
rm "$stdout_path.bak"
170
else
171
sed -i.bak -e '/^Warning: This is a pre-release compiler version, please do not use it in production./d' "$stderr_path"
172
+ sed -i.bak -e '/^Compiler run successful, no output requested\.$/d' "$stderr_path"
173
sed -i.bak -e '/^Warning (3805): This is a pre-release compiler version, please do not use it in production./d' "$stderr_path"
174
sed -i.bak -e 's/\(^[ ]*auxdata: \)0x[0-9a-f]*$/\1<AUXDATA REMOVED>/' "$stdout_path"
175
sed -i.bak -e 's/ Consider adding "pragma .*$//' "$stderr_path"
0 commit comments