summaryrefslogtreecommitdiff
path: root/test/unit/context/context_black.cpp
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-01 09:56:14 -0700
committerGitHub <noreply@github.com>2021-04-01 16:56:14 +0000
commit05a53a2ac405bcd18a84024247145f161809c3b0 (patch)
tree34241c0a82f79d717ddbfbb0c294f9a09c7edb0c /test/unit/context/context_black.cpp
parentafaf4413775ff7d6054a5893f1397ad908e0773c (diff)
Rename namespace CVC5 to cvc5. (#6258)
Diffstat (limited to 'test/unit/context/context_black.cpp')
-rw-r--r--test/unit/context/context_black.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/unit/context/context_black.cpp b/test/unit/context/context_black.cpp
index 7ec7ef6c8..0ad830162 100644
--- a/test/unit/context/context_black.cpp
+++ b/test/unit/context/context_black.cpp
@@ -9,9 +9,9 @@
** All rights reserved. See the file COPYING in the top-level source
** directory for licensing information.\endverbatim
**
- ** \brief Black box testing of CVC5::context::Context.
+ ** \brief Black box testing of cvc5::context::Context.
**
- ** Black box testing of CVC5::context::Context.
+ ** Black box testing of cvc5::context::Context.
**/
#include <iostream>
@@ -22,7 +22,7 @@
#include "context/cdo.h"
#include "test_context.h"
-namespace CVC5 {
+namespace cvc5 {
using namespace context;
@@ -241,4 +241,4 @@ TEST_F(TestContextBlack, top_scope_context_obj)
#endif
} // namespace test
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback