Skip to content

Commit f0b52cb

Browse files
authored
fix: compare_or_save_testdata sig (#2637)
1 parent c66b841 commit f0b52cb

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

crates/revm/tests/common.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ use revm::{
1212
pub(crate) const TESTS_TESTDATA: &str = "tests/testdata";
1313

1414
#[cfg(not(feature = "serde"))]
15-
pub(crate) fn compare_or_save_testdata<HaltReasonTy>(
16-
_filename: &str,
17-
_output: &ResultAndState<HaltReasonTy>,
18-
) {
15+
pub(crate) fn compare_or_save_testdata<I>(_filename: &str, _output: I) {
1916
// serde needs to be enabled to use this function
2017
}
2118

0 commit comments

Comments
 (0)