Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mayconamaroCW committed Jun 11, 2024
1 parent 0e25ef8 commit 28018b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eth/primitives/bytecode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ mod tests {
const BYTECODE_PIX: &str = include_str!("../../../tests/fixtures/bytecodes/PixCashier.bin");

#[test]
#[ignore]
#[ignore]
// HACK: remove the entire feature instead of ignoring the test
// TODO: add assertions based on storage layout file generated from source code.
fn parse_bytecode_slots() {
Expand Down

0 comments on commit 28018b2

Please sign in to comment.