about summary refs log tree commit diff stats
path: root/cpp/012run
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/012run')
-rw-r--r--cpp/012run1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/012run b/cpp/012run
index 3d1395a9..bb084b39 100644
--- a/cpp/012run
+++ b/cpp/012run
@@ -90,6 +90,7 @@ if (argc > 1) {
 //: helper for tests
 
 :(before "End Globals")
+// track recipes added so that we can cleanup after each test
 vector<recipe_number> recipes_added_by_test;
 
 :(code)