Skip to content

Commit

Permalink
fix(dcd): Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jubnzv committed Oct 6, 2022
1 parent b1e2b24 commit 221bf97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion tests/checker/good/Good.ml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ module Tests = Scilla_test.Util.DiffBasedTests (struct
"dead_code_test15.scilla";
"dead_code_test16.scilla";
"dead_code_test17.scilla";
"dead_code_test18.scilla";
"simple-dex-remote-reads.scilla";
"type_casts.scilla";
"timestamp.scilla";
Expand Down
4 changes: 2 additions & 2 deletions tests/checker/good/gold/dead_code_test16.scilla.gold
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{
"warning_message": "Unused contract parameter: all_unused",
"start_location": {
"file": "tests/contracts/dead_code_test16.scilla",
"file": "contracts/dead_code_test16.scilla",
"line": 11,
"column": 5
},
Expand All @@ -70,7 +70,7 @@
{
"warning_message": "No transition in contract Dead16 contains an accept statement\n",
"start_location": {
"file": "tests/contracts/dead_code_test16.scilla",
"file": "contracts/dead_code_test16.scilla",
"line": 8,
"column": 10
},
Expand Down
10 changes: 5 additions & 5 deletions tests/checker/good/gold/dead_code_test17.scilla.gold
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{
"warning_message": "Unused procedure: use_all",
"start_location": {
"file": "tests/contracts/dead_code_test17.scilla",
"file": "contracts/dead_code_test17.scilla",
"line": 17,
"column": 11
},
Expand All @@ -70,7 +70,7 @@
{
"warning_message": "Unused contract parameter: all_used",
"start_location": {
"file": "tests/contracts/dead_code_test17.scilla",
"file": "contracts/dead_code_test17.scilla",
"line": 10,
"column": 5
},
Expand All @@ -80,7 +80,7 @@
{
"warning_message": "Unused remote load statement to: a1",
"start_location": {
"file": "tests/contracts/dead_code_test17.scilla",
"file": "contracts/dead_code_test17.scilla",
"line": 18,
"column": 3
},
Expand All @@ -90,7 +90,7 @@
{
"warning_message": "Unused remote load statement to: a2",
"start_location": {
"file": "tests/contracts/dead_code_test17.scilla",
"file": "contracts/dead_code_test17.scilla",
"line": 19,
"column": 3
},
Expand All @@ -100,7 +100,7 @@
{
"warning_message": "No transition in contract Dead16 contains an accept statement\n",
"start_location": {
"file": "tests/contracts/dead_code_test17.scilla",
"file": "contracts/dead_code_test17.scilla",
"line": 8,
"column": 10
},
Expand Down

0 comments on commit 221bf97

Please sign in to comment.