From 9ea7648336251d440a9cd8d91112254e8b38268c Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 7 Apr 2015 23:48:22 -0700 Subject: 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. --- cpp/026new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/026new') diff --git a/cpp/026new b/cpp/026new index e541d923..ee1fd2c5 100644 --- a/cpp/026new +++ b/cpp/026new @@ -37,7 +37,7 @@ if (inst.operation == Recipe_number["new"]) { :(before "End Globals") // Operator to look at elements of arrays. -const int NEW = 24; +const int NEW = 30; :(before "End Primitive Recipe Numbers") Recipe_number["new"] = NEW; assert(Next_recipe_number == NEW); -- cgit 1.4.1-2-gfad0