about summary refs log tree commit diff stats
path: root/cpp/003trace.cc
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 /cpp/003trace.cc
parent6aea156edd8ec917b12da3ad17d3a8539d76b0ec (diff)
downloadmu-282a3d94b5ba889a91ac537558d0237225571a85.tar.gz
1245
Diffstat (limited to 'cpp/003trace.cc')
-rw-r--r--cpp/003trace.cc2
1 files changed, 1 insertions, 1 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