about summary refs log tree commit diff stats
path: root/shell/macroexpand.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-06-22 23:39:54 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-06-22 23:39:54 -0700
commit76ef912eb25cf6eccac43253ad1184d6fd502426 (patch)
tree435e519b05aa08d34ac74caa73cf12b297699609 /shell/macroexpand.mu
parent2eae06ebda6edfb5d0ea3f8823ccaf60af38694e (diff)
downloadmu-76ef912eb25cf6eccac43253ad1184d6fd502426.tar.gz
all tests passing again; infix seems done
Diffstat (limited to 'shell/macroexpand.mu')
-rw-r--r--shell/macroexpand.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/macroexpand.mu b/shell/macroexpand.mu
index 74f0e9c5..f65ead85 100644
--- a/shell/macroexpand.mu
+++ b/shell/macroexpand.mu
@@ -416,7 +416,7 @@ fn test-macroexpand {
   var dummy/eax: boolean <- macroexpand-iter result-ah, globals, trace
   var error?/eax: boolean <- has-errors? trace
   check-not error?, "F - test-macroexpand/error"
-#?   dump-cell-from-cursor-over-full-screen result-ah
+#?   dump-cell-from-cursor-over-full-screen result-ah, 4/fg 0/bg
   var _result/eax: (addr cell) <- lookup *result-ah
   var result/edi: (addr cell) <- copy _result
   # expected