From d5ac55d3ca8b651a63aa677f509833dffa05aab9 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 26 Oct 2020 21:50:37 -0700 Subject: 7116 - tile: regression in typing in strings We really need to clean up the Mu compiler's logic around function outputs. --- apps/tile/main.mu | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'apps/tile/main.mu') diff --git a/apps/tile/main.mu b/apps/tile/main.mu index 714695fd..08e6532b 100644 --- a/apps/tile/main.mu +++ b/apps/tile/main.mu @@ -77,19 +77,6 @@ fn test { initialize-environment-with-fake-screen env, 5, 0xa var g/eax: grapheme <- copy 0x22 # '"' process env, g - g <- copy 0x61 # 'a' - process env, g - g <- copy 0x22 # '"' - process env, g - g <- copy 0x20 # space - process env, g - g <- copy 0x6c # 'l' - process env, g - g <- copy 0x65 # 'e' - process env, g - g <- copy 0x6e # 'n' - print-string 0, "--\n" - process env, g render env } -- cgit 1.4.1-2-gfad0