Skip to content

Commit

Permalink
chore: Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 2, 2022
1 parent 5e02ac1 commit ff53b08
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/examples.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,4 @@ fn example_tests() {
.join(" ");
t.register_bins(trycmd::cargo::compile_examples(["--features", &features]).unwrap());
t.case("examples/**/*.md");
#[cfg(not(feature = "unstable-multicall"))]
{
t.skip("examples/24a_multicall_busybox.md");
t.skip("examples/24b_multicall_hostname.md");
}
}

0 comments on commit ff53b08

Please sign in to comment.