summaryrefslogtreecommitdiff
path: root/test/unit/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/memory.h')
-rw-r--r--test/unit/memory.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/unit/memory.h b/test/unit/memory.h
index b54bcd451..1341274dd 100644
--- a/test/unit/memory.h
+++ b/test/unit/memory.h
@@ -15,7 +15,7 @@
**
** Use it like this (for example):
**
- ** CVC4::test::WithLimitedMemory wlm(amount);
+ ** CVC5::test::WithLimitedMemory wlm(amount);
** TS_ASSERT_THROWS( foo(), bad_alloc );
**
** The WithLimitedMemory destructor will re-establish the previous limit.
@@ -53,7 +53,7 @@
# endif
#endif
-namespace CVC4 {
+namespace CVC5 {
namespace test {
#ifndef CVC4_MEMORY_LIMITING_DISABLED
@@ -86,9 +86,8 @@ class WithLimitedMemory {
}; /* class WithLimitedMemory */
#endif
-} /* CVC4::test namespace */
-} /* CVC4 namespace */
-
+} // namespace test
+} // namespace CVC5
// Remove CVC4_MEMORY_LIMITING_DISABLED_REASON if it is defined.
#ifdef CVC4_MEMORY_LIMITING_DISABLED_REASON
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback