Skip to content

Commit

Permalink
remove feature on err msg
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamWuGit committed Aug 5, 2024
1 parent da3ace2 commit 73298d4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions zkevm-circuits/src/copy_circuit/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -476,9 +476,6 @@ fn copy_circuit_invalid_codecopy() {

assert_error_matches(
test_copy_circuit_from_block(block),
#[cfg(feature = "dual_bytecode")]
vec!["Bytecode lookup", "rw lookup"],
#[cfg(not(feature = "dual_bytecode"))]
vec!["rw lookup", "Bytecode lookup"],
);
}
Expand All @@ -497,9 +494,6 @@ fn copy_circuit_invalid_extcodecopy() {

assert_error_matches(
test_copy_circuit_from_block(block),
#[cfg(feature = "dual_bytecode")]
vec!["Bytecode lookup", "rw lookup"],
#[cfg(not(feature = "dual_bytecode"))]
vec!["rw lookup", "Bytecode lookup"],
);
}
Expand Down

0 comments on commit 73298d4

Please sign in to comment.