Skip to content

Commit

Permalink
fix(test): Update path
Browse files Browse the repository at this point in the history
  • Loading branch information
jubnzv committed Oct 8, 2022
1 parent 382bb55 commit 9743851
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/checker/good/gold/dead_code_test18.scilla.gold
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand All @@ -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
},
Expand All @@ -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
},
Expand All @@ -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
},
Expand All @@ -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
},
Expand All @@ -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
},
Expand Down

0 comments on commit 9743851

Please sign in to comment.