|
|
@ -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, |
|
|
|