Skip to content

Commit ed87b3a

Browse files
committed
Enable solc-backend feature on fevm in test crate
1 parent 477cd9e commit ed87b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pretty_assertions = "1.0.0"
3333
wasm-bindgen-test = "0.3.24"
3434
once_cell = "1.9.0"
3535
[features]
36-
solc-backend = ["fe-yulc/solc-backend", "fe-compiler-test-utils/solc-backend"]
36+
solc-backend = ["fe-yulc/solc-backend", "fe-compiler-test-utils/solc-backend", "fevm/solc-backend"]
3737

3838
[dev-dependencies.proptest]
3939
version = "1.0.0"

0 commit comments

Comments
 (0)