forked from NomicFoundation/slang
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove binding_imports standalone test
We can now use assertions and soon snapshots
- Loading branch information
Showing
5 changed files
with
0 additions
and
372 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
223 changes: 0 additions & 223 deletions
223
crates/solidity/outputs/cargo/tests/fixtures/stackgraph.mmd
This file was deleted.
Oops, something went wrong.
122 changes: 0 additions & 122 deletions
122
crates/solidity/outputs/cargo/tests/src/binding_imports.rs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#![cfg(test)] | ||
|
||
mod binding_imports; | ||
mod binding_rules; | ||
mod bindings_assertions; | ||
mod bindings_output; | ||
|