about summary refs log tree commit diff stats
path: root/cpp/literate/002trace.tests
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-02-18 10:49:46 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-02-18 10:49:46 -0800
commit36594a43e0503bef1a894320deb3182af74902dc (patch)
treefcbfe2e5fb8182f84f3f012a3a21ee1872586f95 /cpp/literate/002trace.tests
parent5574fbaf794df7557fb6049e3721c4291556f3c1 (diff)
downloadmu-36594a43e0503bef1a894320deb3182af74902dc.tar.gz
779 - first scenario tested in literate C++ version
Diffstat (limited to 'cpp/literate/002trace.tests')
-rw-r--r--cpp/literate/002trace.tests12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpp/literate/002trace.tests b/cpp/literate/002trace.tests
index e0db457c..00705346 100644
--- a/cpp/literate/002trace.tests
+++ b/cpp/literate/002trace.tests
@@ -117,12 +117,12 @@ void test_trace_supports_count2() {
 
 // pending: DUMP tests
 // pending: readable_contents() adds newline if necessary.
-// pending: RAISE also prints to stderr.
-// pending: RAISE doesn't print to stderr if Hide_warnings is set.
-// pending: RAISE doesn't have to be saved if Hide_warnings is set, just printed.
-// pending: RAISE prints to stderr if Trace_stream is NULL.
-// pending: RAISE prints to stderr if Trace_stream is NULL even if Hide_warnings is set.
-// pending: RAISE << ... die() doesn't die if Hide_warnings is set.
+// pending: raise also prints to stderr.
+// pending: raise doesn't print to stderr if Hide_warnings is set.
+// pending: raise doesn't have to be saved if Hide_warnings is set, just printed.
+// pending: raise prints to stderr if Trace_stream is NULL.
+// pending: raise prints to stderr if Trace_stream is NULL even if Hide_warnings is set.
+// pending: raise << ... die() doesn't die if Hide_warnings is set.