about summary refs log tree commit diff stats
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/050scenario.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/050scenario.cc b/cpp/050scenario.cc
index ae4769f5..80778c39 100644
--- a/cpp/050scenario.cc
+++ b/cpp/050scenario.cc
@@ -1,6 +1,9 @@
 //: Mu scenarios. This will get long, but these are the tests we want to
 //: support in this layer.
 
+//: You can use variable names in scenarios, but for the most part we'll use
+//: raw location numbers, because that lets us make assertions on memory.
+//: Tests should avoid abstraction as far as possible.
 :(scenarios run_mu_scenario)
 :(scenario scenario_block)
 scenario foo [
href='#n115'>115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170