Fix static analysis test - looks more right now

pull/7/head
yann300 7 years ago
parent 80eed48315
commit 7ff1338728
  1. 6
      remix-solidity/test/analysis/staticAnalysisIntegration-test.js

@ -115,10 +115,10 @@ test('Integration test constantFunctions.js', function (t) {
'modifier1.sol': 1, 'modifier1.sol': 1,
'modifier2.sol': 0, 'modifier2.sol': 0,
'notReentrant.sol': 0, 'notReentrant.sol': 0,
'structReentrant.sol': 0, 'structReentrant.sol': 1,
'thisLocal.sol': 1, 'thisLocal.sol': 1,
'globals.sol': 0, 'globals.sol': 0,
'library.sol': 1, 'library.sol': 3,
'transfer.sol': 0, 'transfer.sol': 0,
'ctor.sol': 0, 'ctor.sol': 0,
'forgottenReturn.sol': 0, 'forgottenReturn.sol': 0,
@ -209,7 +209,7 @@ test('Integration test gasCosts.js', function (t) {
'modifier2.sol': 1, 'modifier2.sol': 1,
'notReentrant.sol': 1, 'notReentrant.sol': 1,
'structReentrant.sol': 1, 'structReentrant.sol': 1,
'thisLocal.sol': 2, 'thisLocal.sol': 1,
'globals.sol': 1, 'globals.sol': 1,
'library.sol': 1, 'library.sol': 1,
'transfer.sol': 1, 'transfer.sol': 1,

Loading…
Cancel
Save