Skip to content

Commit

Permalink
test: remove now-unused console import
Browse files Browse the repository at this point in the history
Addresses review comment NomicFoundation#2017 (comment)
  • Loading branch information
feuGeneA committed Nov 4, 2021
1 parent bb31030 commit ba4bfc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
pragma solidity ^0.8.8;

import "./../../../../../../../console.sol";

type UFixed is uint256;

contract C {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"transactions": [
{
"file": "c.sol",
"contract": "C",
"imports": ["/../../../../../../../console.sol"]
"contract": "C"
},
{
"to": 0,
Expand All @@ -17,7 +16,7 @@
"function": "f",
"contract": "C",
"file": "c.sol",
"line": 9,
"line": 7,
"range": [164, 194]
},
"message": "error reason",
Expand Down

0 comments on commit ba4bfc1

Please sign in to comment.