mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix MacOS commandline tests.
This commit is contained in:
parent
8c388592be
commit
2de5554e4a
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user