about summary refs log tree commit diff stats
path: root/cpp/052scenario_trace
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/052scenario_trace')
-rw-r--r--cpp/052scenario_trace3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/052scenario_trace b/cpp/052scenario_trace
index 90dab204..4436ee3f 100644
--- a/cpp/052scenario_trace
+++ b/cpp/052scenario_trace
@@ -1,3 +1,6 @@
+//: Support a scenario [ ... ] form at the top level so we can start creating
+//: scenarios in mu just like we do in C++.
+
 :(before "End scenario Fields")
 vector<pair<string, string> > trace_checks;
 vector<pair<string, string> > trace_negative_checks;