From 8062b4d0d45d30efc72ed8cda720257bf4e4794d Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Thu, 19 Apr 2018 10:00:51 +0700 Subject: [PATCH] Update expected outout file (suicide.json) --- tests/testdata/outputs_expected/suicide.sol.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testdata/outputs_expected/suicide.sol.json b/tests/testdata/outputs_expected/suicide.sol.json index 19ea7b09..8b13e751 100644 --- a/tests/testdata/outputs_expected/suicide.sol.json +++ b/tests/testdata/outputs_expected/suicide.sol.json @@ -4,7 +4,7 @@ "issues": [ { "title": "Unchecked SUICIDE", - "description": "The function _function_0xcbf0b0c0 executes the SUICIDE instruction. The remaining Ether is sent to an address provided as a function argument.\n\nIt seems that this function can be called without restrictions.", + "description": "The function `_function_0xcbf0b0c0` executes the SUICIDE instruction. The remaining Ether is sent to an address provided as a function argument.\n\nIt seems that this function can be called without restrictions.", "function": "_function_0xcbf0b0c0", "type": "Warning", "address": 146,