about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-01-20 18:52:34 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-01-20 20:19:34 -0800
commit2186422cded068a90ad4f6589e3307f74e82fcaf (patch)
tree57f5adb34093a98e455b896efe473eb980a413ba /020run.cc
parent1102f7d7852603a1f6fc983d7027c600161428b4 (diff)
downloadmu-2186422cded068a90ad4f6589e3307f74e82fcaf.tar.gz
2579
Separate core mu tests from those loaded from the commandline.
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 587e9f88..5ec96e67 100644
--- a/020run.cc
+++ b/020run.cc
@@ -139,6 +139,7 @@ transform_all();
 
 //: Step 2: load any .mu files provided at the commandline
 :(before "End Commandline Parsing")
+// Check For .mu Files
 if (argc > 1) {
   // skip argv[0]
   argv++;