Merge pull request #6347 from ethereum/fixMacOsYulCommandline

Fix MacOS commandline tests.
This commit is contained in:
Alex Beregszaszi 2019-03-21 21:12:55 +00:00 committed by GitHub
commit 31b85556d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -127,6 +127,8 @@ function test_solc_behaviour()
fi
# Remove path to cpp file
sed -i -e 's/^\(Exception while assembling:\).*/\1/' "$stderr_path"
# Remove exception class name.
sed -i -e 's/^\(Dynamic exception type:\).*/\1/' "$stderr_path"
if [[ $exitCode -ne "$exit_code_expected" ]]
then

View File

@ -1,5 +1,5 @@
Exception while assembling:
Dynamic exception type: boost::exception_detail::clone_impl<yul::StackTooDeepError>
Dynamic exception type:
std::exception::what: Variable a1 is 17 slot(s) too deep inside the stack.
[dev::tag_comment*] = Variable a1 is 17 slot(s) too deep inside the stack.