Skip to content

change error check from oog to invalid opcode

Jared Pereira requested to merge fixCaughtErrorTest into master

The check that a concept should throw if a parent doesn't exist was checking for an out of gas error. However recently a throw changed to showing a VM Exception in testrpc.

Merge request reports