about summary refs log tree commit diff stats
path: root/cpp/030length
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/030length
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/030length')
-rw-r--r--cpp/030length2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/030length b/cpp/030length
index f690d543..7b5c52be 100644
--- a/cpp/030length
+++ b/cpp/030length
@@ -10,7 +10,7 @@ recipe main [
 +mem: storing 3 in location 5
 
 :(before "End Globals")
-const int LENGTH = 25;
+const int LENGTH = 31;
 :(before "End Primitive Recipe Numbers")
 Recipe_number["length"] = LENGTH;
 assert(Next_recipe_number == LENGTH);