about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-03 11:53:15 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-03 11:53:15 -0700
commit282a3d94b5ba889a91ac537558d0237225571a85 (patch)
tree4cef133d4a24e099fc2571bd0d9b48dd339f146e
parent6aea156edd8ec917b12da3ad17d3a8539d76b0ec (diff)
downloadmu-282a3d94b5ba889a91ac537558d0237225571a85.tar.gz
1245
-rw-r--r--cpp/003trace.cc2
-rw-r--r--cpp/039wait.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/003trace.cc b/cpp/003trace.cc
index 18a80c7c..e87fe1d0 100644
--- a/cpp/003trace.cc
+++ b/cpp/003trace.cc
@@ -22,7 +22,7 @@
 //:   trace("label") << "fact 1: " << val;
 //:
 //: The tests check for facts:
-//:   :(scenario "foo")
+//:   :(scenario foo)
 //:   34  # call run() with this input
 //:   +label: fact 1: 34  # trace should have logged this at the end
 //:   -label: fact 1: 35  # trace should never contain such a line
diff --git a/cpp/039wait.cc b/cpp/039wait.cc
index b9cf6bcf..b273c737 100644
--- a/cpp/039wait.cc
+++ b/cpp/039wait.cc
@@ -3,7 +3,7 @@
 //: basic technique for orchestrating the order in which different routines
 //: operate.
 
-:(scenario "wait_for_location")
+:(scenario wait_for_location)
 recipe f1 [
   1:integer <- copy 0:literal
   start-running f2:recipe