diff options
Diffstat (limited to '010vm.cc')
-rw-r--r-- | 010vm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/010vm.cc b/010vm.cc index a5069c45..7af7ba6f 100644 --- a/010vm.cc +++ b/010vm.cc @@ -154,7 +154,7 @@ assert(MAX_PRIMITIVE_RECIPES < 100); // level 0 is primitives; until 99 Next_recipe_number = 100; // End Load Recipes :(before "End Test Run Initialization") -assert(Next_recipe_number < 1000); // functions being tested didn't overflow into test space +assert(Next_recipe_number < 1000); // recipes being tested didn't overflow into test space :(before "End Setup") Next_recipe_number = 1000; // consistent new numbers for each test |