From 974385114972eeb81ed2976dd5b680530461672e Mon Sep 17 00:00:00 2001 From: Georgiy Komarov Date: Sat, 8 Oct 2022 23:12:51 +0500 Subject: [PATCH] fix(test): Update path --- tests/checker/good/gold/dead_code_test18.scilla.gold | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/checker/good/gold/dead_code_test18.scilla.gold b/tests/checker/good/gold/dead_code_test18.scilla.gold index c47418a63..6645b91cc 100644 --- a/tests/checker/good/gold/dead_code_test18.scilla.gold +++ b/tests/checker/good/gold/dead_code_test18.scilla.gold @@ -121,7 +121,7 @@ { "warning_message": "Unused field in the contract address type: a1_unused2_3", "start_location": { - "file": "tests/contracts/dead_code_test18.scilla", + "file": "contracts/dead_code_test18.scilla", "line": 9, "column": 1 }, @@ -131,7 +131,7 @@ { "warning_message": "Unused field in the contract address type: a1_unused1_3", "start_location": { - "file": "tests/contracts/dead_code_test18.scilla", + "file": "contracts/dead_code_test18.scilla", "line": 9, "column": 1 }, @@ -141,7 +141,7 @@ { "warning_message": "Unused field in the contract address type: a1_unused_1", "start_location": { - "file": "tests/contracts/dead_code_test18.scilla", + "file": "contracts/dead_code_test18.scilla", "line": 9, "column": 1 }, @@ -151,7 +151,7 @@ { "warning_message": "Unused match bound: num", "start_location": { - "file": "tests/contracts/dead_code_test18.scilla", + "file": "contracts/dead_code_test18.scilla", "line": 33, "column": 23 }, @@ -161,7 +161,7 @@ { "warning_message": "Unused match bound: a12_unused", "start_location": { - "file": "tests/contracts/dead_code_test18.scilla", + "file": "contracts/dead_code_test18.scilla", "line": 33, "column": 27 }, @@ -171,7 +171,7 @@ { "warning_message": "No transition in contract Dead18 contains an accept statement\n", "start_location": { - "file": "tests/contracts/dead_code_test18.scilla", + "file": "contracts/dead_code_test18.scilla", "line": 29, "column": 10 },