about summary refs log tree commit diff stats
path: root/086scenario_console_test.mu
diff options
context:
space:
mode:
Diffstat (limited to '086scenario_console_test.mu')
-rw-r--r--086scenario_console_test.mu8
1 files changed, 4 insertions, 4 deletions
diff --git a/086scenario_console_test.mu b/086scenario_console_test.mu
index 4522c3a0..1d647600 100644
--- a/086scenario_console_test.mu
+++ b/086scenario_console_test.mu
@@ -7,10 +7,10 @@ scenario read-key-in-mu [
     type [abc]
   ]
   run [
-    1:char, console:&:console, 2:bool <- read-key console:&:console
-    3:char, console:&:console, 4:bool <- read-key console:&:console
-    5:char, console:&:console, 6:bool <- read-key console:&:console
-    7:char, console:&:console, 8:bool <- read-key console:&:console
+    1:char, console, 2:bool <- read-key console
+    3:char, console, 4:bool <- read-key console
+    5:char, console, 6:bool <- read-key console
+    7:char, console, 8:bool <- read-key console
   ]
   memory-should-contain [
     1 <- 97  # 'a'