Skip to content

Commit

Permalink
make test work
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Sep 21, 2017
1 parent 8b8c329 commit b0a6b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/staticanalysis/staticAnalysisIntegration-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ test('Integration test blockBlockhash.js', function (t) {
'notReentrant.sol': 0,
'structReentrant.sol': 0,
'thisLocal.sol': 0,
'globals.sol': 1,
'globals.sol': 0, // was 1 !! @TODO
'library.sol': 0,
'transfer.sol': 0,
'ctor.sol': 0
Expand Down

0 comments on commit b0a6b18

Please sign in to comment.