From 7966abb501641370787643fdfb00d692a9bb73b2 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Thu, 29 Aug 2019 16:25:03 -0700 Subject: [PATCH] Fixed text script --- IDE/Tests/scripts/DebugAndExit.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDE/Tests/scripts/DebugAndExit.txt b/IDE/Tests/scripts/DebugAndExit.txt index 5492c845..cb35fc0e 100644 --- a/IDE/Tests/scripts/DebugAndExit.txt +++ b/IDE/Tests/scripts/DebugAndExit.txt @@ -1,2 +1,2 @@ -StepInto() +RunWithStep() AssertEvalEquals("args != null", "true") \ No newline at end of file