diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-11-10 21:35:42 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-11-10 21:43:45 -0800 |
commit | 76755b2836b0dadd88f82635f661f9d9df77604d (patch) | |
tree | f4f4429510c739fd1f9e51edd10e03c27107acba /html/003trace.test.cc.html | |
parent | 080e9cb73fa55cdc862f1dd7593df56e0a6302b8 (diff) | |
download | mu-76755b2836b0dadd88f82635f661f9d9df77604d.tar.gz |
2423 - describe shape-shifting in html docs
Diffstat (limited to 'html/003trace.test.cc.html')
-rw-r--r-- | html/003trace.test.cc.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/003trace.test.cc.html b/html/003trace.test.cc.html index 9c0a7982..963493e4 100644 --- a/html/003trace.test.cc.html +++ b/html/003trace.test.cc.html @@ -89,11 +89,11 @@ void test_trace_count_ignores_trailing_whitespace<span class="Delimiter">()</spa <span class="Comment">// pending: DUMP tests</span> <span class="Comment">// pending: readable_contents() adds newline if necessary.</span> <span class="Comment">// pending: raise also prints to stderr.</span> -<span class="Comment">// pending: raise doesn't print to stderr if Hide_warnings is set.</span> -<span class="Comment">// pending: raise doesn't have to be saved if Hide_warnings is set, just printed.</span> +<span class="Comment">// pending: raise doesn't print to stderr if Hide_errors is set.</span> +<span class="Comment">// pending: raise doesn't have to be saved if Hide_errors is set, just printed.</span> <span class="Comment">// pending: raise prints to stderr if Trace_stream is NULL.</span> -<span class="Comment">// pending: raise prints to stderr if Trace_stream is NULL even if Hide_warnings is set.</span> -<span class="Comment">// pending: raise << ... die() doesn't die if Hide_warnings is set.</span> +<span class="Comment">// pending: raise prints to stderr if Trace_stream is NULL even if Hide_errors is set.</span> +<span class="Comment">// pending: raise << ... die() doesn't die if Hide_errors is set.</span> ^L |