about summary refs log tree commit diff stats
path: root/cpp/020run
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/020run')
-rw-r--r--cpp/020run4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/020run b/cpp/020run
index 1de1c6ae..400524e2 100644
--- a/cpp/020run
+++ b/cpp/020run
@@ -125,7 +125,9 @@ void load(string filename) {
 //: On startup, load everything in core.mu
 :(before "End Load Recipes")
 load("core.mu");
-recently_added_recipes.clear();  // freeze everything so it doesn't get cleared by tests
+// freeze everything so it doesn't get cleared by tests
+recently_added_recipes.clear();
+recently_added_types.clear();
 
 :(code)
 // helper for tests