about summary refs log tree commit diff stats
path: root/cpp/050scenario
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/050scenario')
-rw-r--r--cpp/050scenario1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/050scenario b/cpp/050scenario
index 1dfc36bf..c863b1b4 100644
--- a/cpp/050scenario
+++ b/cpp/050scenario
@@ -21,7 +21,6 @@ run_mu_tests();
 
 :(code)
 void run_mu_tests() {
-  assert(Next_recipe_number < 1000);  // don't load into test space
   for (size_t i = 0; i < Scenarios.size(); ++i) {
     setup();
     Trace_file = Scenarios[i].name;