summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/context/context_mm_black.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit/context/context_mm_black.h b/test/unit/context/context_mm_black.h
index c789702f5..f61e76638 100644
--- a/test/unit/context/context_mm_black.h
+++ b/test/unit/context/context_mm_black.h
@@ -40,7 +40,9 @@ public:
}
void testPushPop() {
-#ifdef CVC4_CONTEXT_MEMORY_MANAGER
+#ifdef CVC4_DEBUG_CONTEXT_MEMORY_MANAGER
+#warning "Using the debug context memory manager, omitting unit tests"
+#else
// Push, then allocate, then pop
// We make sure that we don't allocate too much so that all the regions
// should be reclaimed
@@ -91,8 +93,6 @@ public:
// Try popping out of scope
TS_ASSERT_THROWS(d_cmm->pop(), CVC4::AssertionException);
-#else /* CVC4_CONTEXT_MEMORY_MANAGER */
-#warning "Context memory manager disabled, omitting unit tests"
#endif /* __CVC4__CONTEXT__CONTEXT_MM_H */
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback