lambdaclass / era_vm

EraVM implementation
MIT License
20 stars 3 forks source link

Fix `fat_ptr` tests #128

Closed jorbush closed 3 months ago

jorbush commented 3 months ago

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:

cargo run --verbose --features lambda_vm --release --bin compiler-tester -- --path tests/solidity/simple/fat_ptr
JulianVentura commented 3 months ago

LGTM