about summary refs log tree commit diff stats
path: root/sandbox/010-warnings.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-10-06 23:38:28 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-10-06 23:38:28 -0700
commite00d4854284a131d68e205cc9b49dfc9d8e99198 (patch)
tree311b4d8146682d96740fdaf236b3d2909d4589d1 /sandbox/010-warnings.mu
parent491f51d1e00eccdebafeb10f6d0299ae23fefefa (diff)
downloadmu-e00d4854284a131d68e205cc9b49dfc9d8e99198.tar.gz
2260 - start tracing by depth rather than label
Now we can collect all traces, just modulating the depth.
Diffstat (limited to 'sandbox/010-warnings.mu')
-rw-r--r--sandbox/010-warnings.mu6
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/010-warnings.mu b/sandbox/010-warnings.mu
index e8fed050..ece806c3 100644
--- a/sandbox/010-warnings.mu
+++ b/sandbox/010-warnings.mu
@@ -64,7 +64,7 @@ after <render-sandbox-trace-done> [
 ]
 
 scenario run-instruction-and-print-warnings [
-  $close-trace  # trace too long
+  trace-until 100/app  # trace too long
   assume-screen 50/width, 15/height
   1:address:array:character <- new [get 1:address:point, 1:offset]
   2:address:programming-environment-data <- new-programming-environment screen:address, 1:address:array:character
@@ -99,7 +99,7 @@ scenario run-instruction-and-print-warnings [
 ]
 
 scenario run-instruction-and-print-warnings-only-once [
-  $close-trace  # trace too long
+  trace-until 100/app  # trace too long
   assume-screen 50/width, 10/height
   # editor contains an illegal instruction
   1:address:array:character <- new [get 1234:number, foo:offset]
@@ -128,7 +128,7 @@ scenario run-instruction-and-print-warnings-only-once [
 ]
 
 scenario sandbox-can-handle-infinite-loop [
-  $close-trace  # trace too long
+  trace-until 100/app  # trace too long
   assume-screen 50/width, 20/height
   # editor contains an infinite loop
   1:address:array:character <- new [{