diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-07 23:48:22 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-07 23:57:40 -0700 |
commit | 9ea7648336251d440a9cd8d91112254e8b38268c (patch) | |
tree | 8c2128b06e56b0c7d504076e49c4fcd5821356a2 /cpp/.traces/brace_conversion | |
parent | f5f4b698533b3d7a5016d1d80c5d59e2c2d8ea6e (diff) | |
download | mu-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/brace_conversion')
-rw-r--r-- | cpp/.traces/brace_conversion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/.traces/brace_conversion b/cpp/.traces/brace_conversion index 2db6bee0..455b7cd2 100644 --- a/cpp/.traces/brace_conversion +++ b/cpp/.traces/brace_conversion @@ -1,5 +1,5 @@ parse/0: label: { -parse/0: instruction: 101 +parse/0: instruction: 24 parse/0: instruction: 1 parse/0: ingredient: {name: "0", value: 0, type: 0, properties: ["0": "literal"]} parse/0: product: {name: "1", value: 0, type: 1, properties: ["1": "integer"]} |