Fixes the fat_ptr tests.
When it is a pointer, instead of throwing an error, it does nothing, matching the behavior of vm2.
Also, I have run all other test suites of tests/solidity/simple and it does not seem to break anything.
Run this command to test these tests:
Fixes the
fat_ptr
tests. When it is a pointer, instead of throwing an error, it does nothing, matching the behavior ofvm2
. Also, I have run all other test suites oftests/solidity/simple
and it does not seem to break anything. Run this command to test these tests: