about summary refs log tree commit diff stats
path: root/shell/evaluate.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-05-04 20:00:03 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-05-04 20:00:03 -0700
commit0069028dae00202642c2e79928dbd290c7138fe3 (patch)
treeefb72a389bc0166bb3a81950365c7260d771cfa9 /shell/evaluate.mu
parent9156823c5d1ba6bd79f2f3f07f903b0337203c36 (diff)
downloadmu-0069028dae00202642c2e79928dbd290c7138fe3.tar.gz
.
Diffstat (limited to 'shell/evaluate.mu')
-rw-r--r--shell/evaluate.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evaluate.mu b/shell/evaluate.mu
index 2bcde675..25a82f52 100644
--- a/shell/evaluate.mu
+++ b/shell/evaluate.mu
@@ -1554,7 +1554,7 @@ fn test-evaluate-backquote-list-with-unquote-splice {
   new-pair tmp-ah, a-h, tmp-h
   # tmp = cons(backquote, tmp)
   new-pair tmp-ah, backquote-h, tmp-h
-  dump-cell-from-cursor-over-full-screen tmp-ah
+#?   dump-cell-from-cursor-over-full-screen tmp-ah
   #
   evaluate tmp-ah, tmp-ah, env-h, 0/no-globals, 0/no-trace, 0/no-screen, 0/no-keyboard, 0/call-number
   # result is (a a 3 b)