summaryrefslogtreecommitdiff
path: root/test/unit/context/cdmap_black.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/context/cdmap_black.h')
-rw-r--r--test/unit/context/cdmap_black.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/unit/context/cdmap_black.h b/test/unit/context/cdmap_black.h
index 8cc1b73c2..2d2b3f409 100644
--- a/test/unit/context/cdmap_black.h
+++ b/test/unit/context/cdmap_black.h
@@ -31,14 +31,15 @@ class CDMapBlack : public CxxTest::TestSuite {
Context* d_context;
public:
- void setUp() {
+ void setUp() override
+ {
d_context = new Context;
// Debug.on("context");
// Debug.on("gc");
// Debug.on("pushpop");
}
- void tearDown() { delete d_context; }
+ void tearDown() override { delete d_context; }
// Returns the elements in a CDHashMap.
static std::map<int, int> GetElements(const CDHashMap<int, int>& map) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback