summaryrefslogtreecommitdiff
path: root/test/unit/util/output_black.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/util/output_black.h')
-rw-r--r--test/unit/util/output_black.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/unit/util/output_black.h b/test/unit/util/output_black.h
index 87423f026..369f5b673 100644
--- a/test/unit/util/output_black.h
+++ b/test/unit/util/output_black.h
@@ -36,12 +36,12 @@ class OutputBlack : public CxxTest::TestSuite {
public:
void setUp() {
- DebugChannel.setStream(d_debugStream);
- TraceChannel.setStream(d_traceStream);
- NoticeChannel.setStream(d_noticeStream);
- ChatChannel.setStream(d_chatStream);
- MessageChannel.setStream(d_messageStream);
- WarningChannel.setStream(d_warningStream);
+ DebugChannel.setStream(&d_debugStream);
+ TraceChannel.setStream(&d_traceStream);
+ NoticeChannel.setStream(&d_noticeStream);
+ ChatChannel.setStream(&d_chatStream);
+ MessageChannel.setStream(&d_messageStream);
+ WarningChannel.setStream(&d_warningStream);
d_debugStream.str("");
d_traceStream.str("");
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback