summaryrefslogtreecommitdiff
path: root/test/unit/context/cdhashmap_white.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/context/cdhashmap_white.cpp')
-rw-r--r--test/unit/context/cdhashmap_white.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/unit/context/cdhashmap_white.cpp b/test/unit/context/cdhashmap_white.cpp
index 06bcd8d46..72e437250 100644
--- a/test/unit/context/cdhashmap_white.cpp
+++ b/test/unit/context/cdhashmap_white.cpp
@@ -9,16 +9,16 @@
** All rights reserved. See the file COPYING in the top-level source
** directory for licensing information.\endverbatim
**
- ** \brief White box testing of CVC5::context::CDMap<>.
+ ** \brief White box testing of cvc5::context::CDMap<>.
**
- ** White box testing of CVC5::context::CDMap<>.
+ ** White box testing of cvc5::context::CDMap<>.
**/
#include "base/check.h"
#include "context/cdhashmap.h"
#include "test_context.h"
-namespace CVC5 {
+namespace cvc5 {
using namespace context;
@@ -44,4 +44,4 @@ TEST_F(TestContextWhiteCDHashMap, unreachable_save_and_restore)
}
} // namespace test
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback