Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make tests fail on compilation warnings #190

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Conversation

josojo
Copy link
Collaborator

@josojo josojo commented Jan 15, 2024

We merged the following warning:

Warning (2519): This declaration shadows an existing declaration.
  --> test/ForkableBridge.t.sol:93:9:
   |
93 |         address forkmanager = forkableBridge.forkmanager();
   |         ^^^^^^^^^^^^^^^^^^^
Note: The shadowed declaration is here:
  --> test/ForkableBridge.t.sol:22:5:
   |
22 |     address public forkmanager = address(0x123);

@josojo josojo requested a review from edmundedgar January 15, 2024 11:47
@josojo josojo merged commit 7a49bfb into main Jan 16, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants