Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RuleBrittonica committed Sep 3, 2024
1 parent 5ed6868 commit ffd111a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ fn test() {
if test_name.to_str().unwrap() == "if_return_unit_controller.rs" {
continue;
}
if !test_name.to_str().unwrap().contains("qmark_test") {
continue;
}
// if !test_name.to_str().unwrap().contains("qmark_test") {
// continue;
// }
let file_name = format!("./input/{}", test_name.to_str().unwrap());
let new_file_name = format!("./output/{}", test_name.to_str().unwrap());
let callee_fn_name = "bar";
Expand Down

0 comments on commit ffd111a

Please sign in to comment.