summaryrefslogtreecommitdiff
path: root/test/unit/context/context_white.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/context/context_white.cpp')
-rw-r--r--test/unit/context/context_white.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/unit/context/context_white.cpp b/test/unit/context/context_white.cpp
index 6ec7ea3a1..7bda5d2da 100644
--- a/test/unit/context/context_white.cpp
+++ b/test/unit/context/context_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::Context.
+ ** \brief White box testing of cvc5::context::Context.
**
- ** White box testing of CVC5::context::Context.
+ ** White box testing of cvc5::context::Context.
**/
#include "base/check.h"
#include "context/cdo.h"
#include "test_context.h"
-namespace CVC5 {
+namespace cvc5 {
using namespace context;
@@ -180,4 +180,4 @@ TEST_F(TestContextWhite, simple)
ASSERT_EQ(c.d_ppContextObjPrev, &s->d_pContextObjList);
}
} // namespace test
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback