Skip to content

Commit

Permalink
oops: without diff dirs pass_on* clash
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelohdez committed May 22, 2024
1 parent 9bc974e commit 41473b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ fn pass_on_correct_template() {
cmd().arg("cpp").assert().success();
}

#[test]
fn pass_on_retry() {
cmd().arg("c").assert().success();
cmd().arg("-r").assert().success();
}
//#[test]
//fn pass_on_retry() {
// cmd().arg("cpp").assert().success();
// cmd().arg("-r").assert().success();
//}

0 comments on commit 41473b1

Please sign in to comment.