Skip to content

Commit

Permalink
temp comment out tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Dec 23, 2024
1 parent c755f5b commit 394c402
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions src/tracing/fourbyte.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ impl FourByteInspector {
}
}

/// TODO rakita the type parameter `CTXW` is not constrained by the impl trait, self type, or
/// predicates unconstrained type parameter
impl<CTX> Inspector<CTX, EthInterpreter> for FourByteInspector {
fn call(&mut self, _context: &mut CTX, inputs: &mut CallInputs) -> Option<CallOutcome> {
if inputs.input.len() >= 4 {
Expand Down
2 changes: 1 addition & 1 deletion src/tracing/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use revm::{
InstructionResult, Interpreter, InterpreterResult,
},
specification::hardfork::SpecId,
Context, Database, JournalEntry,
JournalEntry,
};

mod arena;
Expand Down
16 changes: 8 additions & 8 deletions tests/it/main.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#![allow(missing_docs)]
pub mod utils;
// #![allow(missing_docs)]
// pub mod utils;

mod geth;
#[cfg(feature = "js-tracer")]
mod geth_js;
mod parity;
mod transfer;
mod writer;
// mod geth;
// #[cfg(feature = "js-tracer")]
// mod geth_js;
// mod parity;
// mod transfer;
// mod writer;

0 comments on commit 394c402

Please sign in to comment.