about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-07 13:33:26 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-07 13:33:26 -0800
commitd71d3b4aaa995681a20207d72cf3b6ac9c3d72c0 (patch)
treeca58f43304e071193151e164d5d26b8d178f6a59 /020run.cc
parenta1633455898347dd973ba99e0db0c06c8a3fb752 (diff)
downloadmu-d71d3b4aaa995681a20207d72cf3b6ac9c3d72c0.tar.gz
2388 - final layer of edit/ loaded successfully
Diffstat (limited to '020run.cc')
-rw-r--r--020run.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/020run.cc b/020run.cc
index 42b11fc2..fad6a5b0 100644
--- a/020run.cc
+++ b/020run.cc
@@ -155,6 +155,7 @@ if (argc > 1) {
   transform_all();
 //?   dump_recipe("handle-keyboard-event"),  exit(0);
   if (Run_tests) Recipe.erase(get(Recipe_ordinal, string("main")));
+  // End Loading .mu Files
 }
 
 //: Step 3: if we aren't running tests, locate a recipe called 'main' and