From f43c2125ededff8ff8710dcc042a89d5e95ce243 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 11 Jul 2015 00:55:01 -0700 Subject: 1759 --- edit.mu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'edit.mu') diff --git a/edit.mu b/edit.mu index d3d7cb51..2584497d 100644 --- a/edit.mu +++ b/edit.mu @@ -1871,6 +1871,7 @@ container sandbox-data [ ] scenario run-and-show-results [ + $close-trace # trace too long for github assume-screen 120:literal/width, 10:literal/height # recipe editor is empty 1:address:array:character <- new [] @@ -1915,7 +1916,6 @@ scenario run-and-show-results [ . ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. . ┊ . ] - $close-trace # todo: try removing after we fix sluggishness ] recipe run-sandboxes [ @@ -1945,6 +1945,7 @@ recipe run-sandboxes [ ] scenario run-instruction-and-print-warnings [ + $close-trace # trace too long for github assume-screen 120:literal/width, 10:literal/height # left editor is empty 1:address:array:character <- new [] @@ -1994,7 +1995,6 @@ scenario run-instruction-and-print-warnings [ . ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. . ┊ . ] - $close-trace # todo: try removing after we fix sluggishness ] recipe editor-contents [ -- cgit 1.4.1-2-gfad0 name='qt'>
path: root/prof.supp
blob: b600993cd31f1ab4c91f29e7c54c270342a7f12e (plain) (tree)
1
2
3
4
5
6
7
8
9