about summary refs log tree commit diff stats
path: root/050scenario.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-22 23:32:21 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-22 23:32:21 -0700
commit60d205aa33049b3ccc23dfca9a13e460cdcabd4f (patch)
tree32634823298b63a1a8ec63039001aea0fd049362 /050scenario.cc
parent2c7e84c2bc3abd87090bd8f73ce5d6ec8ce19c9e (diff)
downloadmu-60d205aa33049b3ccc23dfca9a13e460cdcabd4f.tar.gz
1621
repl.mu now passing again. But still I have concerns:

a) Doubling backslashes in tests. Hard to tell how many levels to add.
b) I think the read-key interface needs to go. But then how do we handle
send-keys-to-channel and other flows like that in the chessboard app?
Diffstat (limited to '050scenario.cc')
-rw-r--r--050scenario.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/050scenario.cc b/050scenario.cc
index 4a2384bf..49f875f4 100644
--- a/050scenario.cc
+++ b/050scenario.cc
@@ -132,7 +132,7 @@ const scenario* Current_scenario = NULL;
 void run_mu_scenario(const scenario& s) {
   Current_scenario = &s;
   bool not_already_inside_test = !Trace_stream;
-//?   cerr << s.name << '\n'; //? 3
+//?   cerr << s.name << '\n'; //? 4
   if (not_already_inside_test) {
     Trace_file = s.name;
     Trace_stream = new trace_stream;