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.
2 parents c082d0b + 4596a76 commit 22be859Copy full SHA for 22be859
test/cmdlineTests.sh
@@ -143,6 +143,7 @@ function test_solc_behaviour()
143
if [[ "$solc_args" == *"--standard-json"* ]]
144
then
145
sed -i -e 's/{[^{]*Warning: This is a pre-release compiler version[^}]*},\{0,1\}//' "$stdout_path"
146
+ sed -i.bak -E -e 's/ Consider adding \\"pragma solidity \^[0-9.]*;\\"//g' "$stdout_path"
147
sed -i -e 's/"errors":\[\],\{0,1\}//' "$stdout_path"
148
# Remove explicit bytecode and references to bytecode offsets
149
sed -i.bak -E -e 's/\"object\":\"[a-f0-9]+\"/\"object\":\"bytecode removed\"/g' "$stdout_path"
0 commit comments