diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/003trace.cc | 2 | ||||
-rw-r--r-- | cpp/039wait.cc | 2 |
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 |