about summary refs log tree commit diff stats
path: root/cpp/.traces/break_if
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-07 23:48:22 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-07 23:57:40 -0700
commit9ea7648336251d440a9cd8d91112254e8b38268c (patch)
tree8c2128b06e56b0c7d504076e49c4fcd5821356a2 /cpp/.traces/break_if
parentf5f4b698533b3d7a5016d1d80c5d59e2c2d8ea6e (diff)
downloadmu-9ea7648336251d440a9cd8d91112254e8b38268c.tar.gz
1030 - better test isolation for break/loop
I've been resetting all recipes after every single test, but the arc
version has shown that this gets slow all too quickly. And the longer I
wait to fix it the harder it gets to fix. Already, boy, were this and
the next couple of commits hard to track down.
Diffstat (limited to 'cpp/.traces/break_if')
-rw-r--r--cpp/.traces/break_if4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/.traces/break_if b/cpp/.traces/break_if
index 6f8907e7..0b02ca42 100644
--- a/cpp/.traces/break_if
+++ b/cpp/.traces/break_if
@@ -5,14 +5,14 @@ parse/0: instruction: 1
 parse/0:   ingredient: {name: "0", value: 0, type: 0, properties: ["0": "literal"]}
 parse/0:   product: {name: "2", value: 0, type: 1, properties: ["2": "integer"]}
 parse/0: label: {
-parse/0: instruction: 101
+parse/0: instruction: 25
 parse/0:   ingredient: {name: "2", value: 0, type: 1, properties: ["2": "integer"]}
 parse/0: instruction: 1
 parse/0:   ingredient: {name: "0", value: 0, type: 0, properties: ["0": "literal"]}
 parse/0:   product: {name: "3", value: 0, type: 1, properties: ["3": "integer"]}
 parse/0: label: }
 parse/0: label: {
-parse/0: instruction: 102
+parse/0: instruction: 24
 parse/0: label: }
 brace/0: 100: push (open, 2)
 brace/0: push (close, 5)