summaryrefslogtreecommitdiff
path: root/test/unit/context/context_black.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/context/context_black.h')
-rw-r--r--test/unit/context/context_black.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/context/context_black.h b/test/unit/context/context_black.h
index b80ddf70a..4084c91fc 100644
--- a/test/unit/context/context_black.h
+++ b/test/unit/context/context_black.h
@@ -53,8 +53,8 @@ public:
// the interface doesn't declare any exceptions
d_context->push();
d_context->pop();
- d_context->pop();
- d_context->pop();
+// d_context->pop();
+// d_context->pop();
}
void tearDown() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback