From ffd111a566933576be56e69776097537bcfe6421 Mon Sep 17 00:00:00 2001 From: Matthew Britton <100739443+RuleBrittonica@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:48:40 +1000 Subject: [PATCH] Updated tests --- src/main.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index 7d983d4..3a392eb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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";