Skip to content

Commit

Permalink
fix: oops removed the wrong line in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
dnbln committed Feb 6, 2024
1 parent 49b9daa commit bdbb262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ fn setup_difftests(test_name: &str) -> DifftestsEnv {
pkg_name: env!("CARGO_PKG_NAME").to_string(),
crate_name: env!("CARGO_CRATE_NAME").to_string(),
bin_name: option_env!("CARGO_BIN_NAME").map(ToString::to_string),
group_name: group.to_string(),
test_name: test_name.to_owned(),
},
},
&tmpdir,
Expand Down

0 comments on commit bdbb262

Please sign in to comment.