From 08f4628e8b858120fe3547d8e5431d9abfe46bf8 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 17 Sep 2016 00:31:55 -0700 Subject: 3379 Can't use type abbreviations inside 'memory-should-contain'. --- 051scenario_test.mu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '051scenario_test.mu') diff --git a/051scenario_test.mu b/051scenario_test.mu index c9f10d27..bab22e76 100644 --- a/051scenario_test.mu +++ b/051scenario_test.mu @@ -33,9 +33,9 @@ scenario scenario_with_multiple_comments_in_mu [ scenario check_text_in_memory [ run [ 10:number <- copy 3 - 11:character <- copy 97 # 'a' - 12:character <- copy 98 # 'b' - 13:character <- copy 99 # 'c' + 11:char <- copy 97 # 'a' + 12:char <- copy 98 # 'b' + 13:char <- copy 99 # 'c' ] memory-should-contain [ 10:array:character <- [abc] -- cgit 1.4.1-2-gfad0