diff options
Diffstat (limited to 'subx/003trace.test.cc')
-rw-r--r-- | subx/003trace.test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/subx/003trace.test.cc b/subx/003trace.test.cc index 67b4c345..85751a4a 100644 --- a/subx/003trace.test.cc +++ b/subx/003trace.test.cc @@ -66,6 +66,8 @@ void test_trace_count_ignores_trailing_whitespace() { // pending: readable_contents() adds newline if necessary. // pending: raise also prints to stderr. // pending: raise doesn't print to stderr if Hide_errors is set. +// pending: warn doesn't print to stderr if Hide_errors is set. +// pending: warn doesn't print to stderr if Hide_warnings is set. // pending: raise doesn't have to be saved if Hide_errors 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_errors is set. |