From 595e8b982862e7fa8f8580a2fd7aafc689d297a1 Mon Sep 17 00:00:00 2001 From: Josselin Date: Tue, 23 Jul 2019 10:13:26 +0200 Subject: [PATCH] Fix travis --- ...deprecated_calls.deprecated-standards.json | 41 ++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/tests/expected_json/deprecated_calls.deprecated-standards.json b/tests/expected_json/deprecated_calls.deprecated-standards.json index 2b9c385d1..9680b948d 100644 --- a/tests/expected_json/deprecated_calls.deprecated-standards.json +++ b/tests/expected_json/deprecated_calls.deprecated-standards.json @@ -720,7 +720,46 @@ "parent": { "type": "function", "name": "slitherConstructorVariables", - "source_mapping": null, + "source_mapping": { + "start": 0, + "length": 906, + "filename_used": "/home/travis/build/crytic/slither/tests/deprecated_calls.sol", + "filename_relative": "tests/deprecated_calls.sol", + "filename_absolute": "/home/travis/build/crytic/slither/tests/deprecated_calls.sol", + "filename_short": "tests/deprecated_calls.sol", + "is_dependency": false, + "lines": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27 + ], + "starting_column": 1, + "ending_column": null + }, "type_specific_fields": { "parent": { "type": "contract",