From d803b68769947a419ef176d5c80446fcba5e9ee3 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 23 Oct 2016 15:50:27 -0700 Subject: 3565 Cleaning up the console interfaces before we start changing the socket interfaces to look like them. Reading from sockets need to be non-blocking just like reading from the console. --- 086scenario_console_test.mu | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '086scenario_console_test.mu') diff --git a/086scenario_console_test.mu b/086scenario_console_test.mu index 1d647600..f5aa1438 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, 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 + 1:char, 2:bool <- read-key console + 3:char, 4:bool <- read-key console + 5:char, 6:bool <- read-key console + 7:char, 8:bool <- read-key console ] memory-should-contain [ 1 <- 97 # 'a' -- cgit 1.4.1-2-gfad0