about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-20 19:45:22 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-20 19:45:22 -0700
commitc31209c6a14cebad97976b4089fe6a69f074f748 (patch)
treefdc5c1ab989579cda47bf3ecf4d386c1bfb627ca
parent3369875ccd0e42a8639509a400d2d9cb1356d79a (diff)
downloadmu-c31209c6a14cebad97976b4089fe6a69f074f748.tar.gz
3234
Fix some breaking sandbox/ tests.
-rw-r--r--sandbox/010-sandbox-trace.mu6
-rw-r--r--sandbox/011-errors.mu1
2 files changed, 6 insertions, 1 deletions
diff --git a/sandbox/010-sandbox-trace.mu b/sandbox/010-sandbox-trace.mu
index 51ec5531..7af6598b 100644
--- a/sandbox/010-sandbox-trace.mu
+++ b/sandbox/010-sandbox-trace.mu
@@ -36,6 +36,7 @@ scenario sandbox-click-on-code-toggles-app-trace [
     .0   edit           copy           delete          .
     .stash [abc]                                       .
     .abc                                               .
+    .6 instructions run                                .
     .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
     .                                                  .
   ]
@@ -46,6 +47,7 @@ scenario sandbox-click-on-code-toggles-app-trace [
     .                                                  .
     .                                                  .
     .abc                                               .
+    .6 instructions run                                .
     .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
     .                                                  .
   ]
@@ -107,9 +109,9 @@ add 2, 2]
     .stash [abc]                                       .
     .add 2, 2                                          .
     .abc                                               .
+    .7 instructions run                                .
     .4                                                 .
     .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
-    .                                                  .
   ]
 ]
 
@@ -131,6 +133,7 @@ scenario clicking-on-app-trace-does-nothing [
     .0   edit           copy           delete          .
     .stash 123456789                                   .
     .123456789                                         .
+    .6 instructions run                                .
     .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
     .                                                  .
   ]
@@ -149,6 +152,7 @@ scenario clicking-on-app-trace-does-nothing [
     .0   edit           copy           delete          .
     .stash 123456789                                   .
     .123456789                                         .
+    .6 instructions run                                .
     .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
     .                                                  .
   ]
diff --git a/sandbox/011-errors.mu b/sandbox/011-errors.mu
index f2652aaa..e311cb52 100644
--- a/sandbox/011-errors.mu
+++ b/sandbox/011-errors.mu
@@ -622,6 +622,7 @@ return b
     .0   edit           copy           delete          .
     .foo 4, 0                                          .
     .dividing by 0                                     .
+    .14 instructions run                               .
     .foo: divide by zero in '_, c:number <- divide-wit↩.
     .h-remainder a, b'                                 .
     .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.