about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--edit/010-sandbox-trace.mu12
-rw-r--r--sandbox/010-sandbox-trace.mu12
2 files changed, 0 insertions, 24 deletions
diff --git a/edit/010-sandbox-trace.mu b/edit/010-sandbox-trace.mu
index ae054cd4..6ac771f9 100644
--- a/edit/010-sandbox-trace.mu
+++ b/edit/010-sandbox-trace.mu
@@ -41,9 +41,6 @@ recipe foo [
     .  stash [abc]                                     ┊0   edit          copy            delete         .
     .]                                                 ┊foo                                              .
     .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊abc                                              .
-    .                                                  ┊8 instructions run                               .
-    .                                                  ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
-    .                                                  ┊                                                 .
   ]
   screen-should-contain-in-color 245/grey, [
     .                                                                                                    .
@@ -52,9 +49,6 @@ recipe foo [
     .                                                  ┊                                                 .
     .                                                  ┊                                                 .
     .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊abc                                              .
-    .                                                  ┊8 instructions run                               .
-    .                                                  ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
-    .                                                  ┊                                                 .
   ]
   # click again on the same region
   assume-console [
@@ -143,9 +137,6 @@ scenario clicking-on-app-trace-does-nothing [
     .                                                  ┊0   edit          copy            delete         .
     .                                                  ┊stash 123456789                                  .
     .                                                  ┊123456789                                        .
-    .                                                  ┊6 instructions run                               .
-    .                                                  ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
-    .                                                  ┊                                                 .
   ]
   # click on the stash under the edit-button region (or any of the other buttons, really)
   assume-console [
@@ -162,9 +153,6 @@ scenario clicking-on-app-trace-does-nothing [
     .                                                  ┊0   edit          copy            delete         .
     .                                                  ┊stash 123456789                                  .
     .                                                  ┊123456789                                        .
-    .                                                  ┊6 instructions run                               .
-    .                                                  ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
-    .                                                  ┊                                                 .
   ]
 ]
 
diff --git a/sandbox/010-sandbox-trace.mu b/sandbox/010-sandbox-trace.mu
index ea1d332f..0fda5f15 100644
--- a/sandbox/010-sandbox-trace.mu
+++ b/sandbox/010-sandbox-trace.mu
@@ -36,9 +36,6 @@ scenario sandbox-click-on-code-toggles-app-trace [
     .0   edit           copy           delete          .
     .stash [abc]                                       .
     .abc                                               .
-    .6 instructions run                                .
-    .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
-    .                                                  .
   ]
   screen-should-contain-in-color 245/grey, [
     .                                                  .
@@ -47,9 +44,6 @@ scenario sandbox-click-on-code-toggles-app-trace [
     .                                                  .
     .                                                  .
     .abc                                               .
-    .6 instructions run                                .
-    .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
-    .                                                  .
   ]
   # click again on the same region
   assume-console [
@@ -133,9 +127,6 @@ scenario clicking-on-app-trace-does-nothing [
     .0   edit           copy           delete          .
     .stash 123456789                                   .
     .123456789                                         .
-    .6 instructions run                                .
-    .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
-    .                                                  .
   ]
   # click on the stash under the edit-button region (or any of the other buttons, really)
   assume-console [
@@ -152,9 +143,6 @@ scenario clicking-on-app-trace-does-nothing [
     .0   edit           copy           delete          .
     .stash 123456789                                   .
     .123456789                                         .
-    .6 instructions run                                .
-    .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
-    .                                                  .
   ]
 ]