about summary refs log tree commit diff stats
path: root/cpp/050scenario.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-29 17:07:40 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-29 17:07:40 -0700
commit0cc4f18dd56e2e6a80809d48ef1d1e0fb302029e (patch)
treeffe02c48e563bf88119805529a34e4a85be4d544 /cpp/050scenario.cc
parent9da019fcda10240cbce35b6b0b3e148d1219b4a4 (diff)
downloadmu-0cc4f18dd56e2e6a80809d48ef1d1e0fb302029e.tar.gz
1222
Diffstat (limited to 'cpp/050scenario.cc')
-rw-r--r--cpp/050scenario.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/050scenario.cc b/cpp/050scenario.cc
index d8152219..e67bb172 100644
--- a/cpp/050scenario.cc
+++ b/cpp/050scenario.cc
@@ -1,4 +1,5 @@
-//: Allow tests to be written in mu files.
+//: Support a scenario [ ... ] form at the top level so we can start creating
+//: scenarios in mu files just like we do in C++.
 
 :(before "End Types")
 struct scenario {