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.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/unit/util/output_black.h b/test/unit/util/output_black.h
index c8833ced5..cea30f360 100644
--- a/test/unit/util/output_black.h
+++ b/test/unit/util/output_black.h
@@ -33,9 +33,9 @@ class OutputBlack : public CxxTest::TestSuite {
stringstream d_messageStream;
stringstream d_warningStream;
-public:
-
- void setUp() {
+ public:
+ void setUp() override
+ {
DebugChannel.setStream(&d_debugStream);
TraceChannel.setStream(&d_traceStream);
NoticeChannel.setStream(&d_noticeStream);
@@ -51,8 +51,7 @@ public:
d_warningStream.str("");
}
- void tearDown() {
- }
+ void tearDown() override {}
void testOutput() {
Debug.on("foo");
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback