Commit 7ff13387 authored by yann300's avatar yann300

Fix static analysis test - looks more right now

parent 80eed483
...@@ -115,10 +115,10 @@ test('Integration test constantFunctions.js', function (t) { ...@@ -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) { ...@@ -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,
......
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