Commit b0a6b189 authored by yann300's avatar yann300

make test work

parent 8b8c329f
...@@ -343,7 +343,7 @@ test('Integration test blockBlockhash.js', function (t) { ...@@ -343,7 +343,7 @@ test('Integration test blockBlockhash.js', function (t) {
'notReentrant.sol': 0, 'notReentrant.sol': 0,
'structReentrant.sol': 0, 'structReentrant.sol': 0,
'thisLocal.sol': 0, 'thisLocal.sol': 0,
'globals.sol': 1, 'globals.sol': 0, // was 1 !! @TODO
'library.sol': 0, 'library.sol': 0,
'transfer.sol': 0, 'transfer.sol': 0,
'ctor.sol': 0 'ctor.sol': 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment