Skip to content

Commit

Permalink
Remove binding_imports standalone test
Browse files Browse the repository at this point in the history
We can now use assertions and soon snapshots
  • Loading branch information
ggiraldez committed Jul 15, 2024
1 parent 880c7e6 commit 965a0bd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 372 deletions.
1 change: 0 additions & 1 deletion crates/solidity/outputs/cargo/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ regex = { workspace = true }
semver = { workspace = true }
slang_solidity = { workspace = true, features = ["__private_ariadne", "__experimental_bindings_api"] }
solidity_language = { workspace = true }
stack-graphs = { workspace = true }
strum_macros = { workspace = true }
thiserror = { workspace = true }

Expand Down
25 changes: 0 additions & 25 deletions crates/solidity/outputs/cargo/tests/fixtures/input.sol

This file was deleted.

223 changes: 0 additions & 223 deletions crates/solidity/outputs/cargo/tests/fixtures/stackgraph.mmd

This file was deleted.

122 changes: 0 additions & 122 deletions crates/solidity/outputs/cargo/tests/src/binding_imports.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/solidity/outputs/cargo/tests/src/lib.rs
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;
Expand Down

0 comments on commit 965a0bd

Please sign in to comment.