Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11

This commit is contained in:
David Knott
2017-06-06 21:26:24 -06:00
parent c3cb0dcf80
commit 6ede3d9001
56 changed files with 71 additions and 63 deletions

View File

@ -1,3 +1,3 @@
module.exports = function(error) {
assert.isAbove(error.message.search('invalid JUMP'), -1, 'Invalid JUMP error must be returned');
assert.isAbove(error.message.search('invalid opcode'), -1, 'Invalid opcode error must be returned');
}