From d52406ccd9eb19be40b85a3a2a1b00e5052afb9b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 17 Sep 2016 00:46:03 -0700 Subject: 3381 --- 021check_instruction.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '021check_instruction.cc') diff --git a/021check_instruction.cc b/021check_instruction.cc index b847fbe5..ac065abe 100644 --- a/021check_instruction.cc +++ b/021check_instruction.cc @@ -81,8 +81,8 @@ $error: 0 :(scenario write_boolean_to_number_allowed) def main [ - 1:boolean <- copy 1/true - 2:num <- copy 1:boolean + 1:bool <- copy 1/true + 2:num <- copy 1:bool ] +mem: storing 1 in location 2 $error: 0 @@ -90,7 +90,7 @@ $error: 0 :(scenario write_number_to_boolean_allowed) def main [ 1:num <- copy 34 - 2:boolean <- copy 1:num + 2:bool <- copy 1:num ] +mem: storing 34 in location 2 $error: 0 -- cgit 1.4.1-2-gfad0