Attempt to fix tests again

pull/757/head
Bernhard Mueller 6 years ago
parent 960b7f1f5a
commit 4b9421863a
  1. 2
      tests/testdata/outputs_expected/calls.sol.o.json
  2. 2
      tests/testdata/outputs_expected/calls.sol.o.markdown
  3. 2
      tests/testdata/outputs_expected/calls.sol.o.text

@ -30,7 +30,7 @@
"contract": "Unknown",
"debug": "<DEBUG-DATA>",
"description": "The return value of an external call is not checked. Note that execution continue even if the called contract throws.",
"function": "reentrancy()",
"function": "_function_0xe11f493e",
"max_gas_used": 61043,
"min_gas_used": 6432,
"swc-id": "104",

@ -28,7 +28,7 @@ The return value of an external call is not checked. Note that execution continu
- SWC ID: 104
- Type: Informational
- Contract: Unknown
- Function name: `reentrancy()`
- Function name: `_function_0xe11f493e`
- PC address: 871
- Estimated Gas Usage: 6432 - 61043

@ -22,7 +22,7 @@ The return value of an external call is not checked. Note that execution continu
SWC ID: 104
Type: Informational
Contract: Unknown
Function name: reentrancy()
Function name: _function_0xe11f493e
PC address: 871
Estimated Gas Usage: 6432 - 61043
The return value of an external call is not checked. Note that execution continue even if the called contract throws.

Loading…
Cancel
Save