diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-05-04 15:00:30 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-05-04 15:00:30 -0700 |
commit | 0bec72e623e6b5bf42583111fd88c5dea60279ef (patch) | |
tree | 3c722f6b3f76bf71fc29ecaf4bb94b5aea29f489 /cpp | |
parent | dff30c7824175aa64f753bbc6b87f7788fcebbbf (diff) | |
download | mu-0bec72e623e6b5bf42583111fd88c5dea60279ef.tar.gz |
1258
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/050scenario.cc | 3 |
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 [ |