diff options
Diffstat (limited to 'test/MainTest.java')
| -rw-r--r-- | test/MainTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MainTest.java b/test/MainTest.java index d6171a5..1730a6b 100644 --- a/test/MainTest.java +++ b/test/MainTest.java @@ -25,7 +25,7 @@ public class MainTest { @Test public void testWholeProcedure() throws InterpreterException { - String input = "x <- 1 + 2"; + String input = "- + 2 5 1"; Main.run(input); } }
\ No newline at end of file |
