about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--apps/ex1.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/ex1.mu b/apps/ex1.mu
index 3755ccc7..85fc3f81 100644
--- a/apps/ex1.mu
+++ b/apps/ex1.mu
@@ -8,5 +8,4 @@
 # Expected output: blank screen with no errors
 
 fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) {
-  loop
 }
65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122