summaryrefslogtreecommitdiff
path: root/test/unit/theory/theory_white.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/theory/theory_white.cpp')
-rw-r--r--test/unit/theory/theory_white.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/unit/theory/theory_white.cpp b/test/unit/theory/theory_white.cpp
index 41abdd6d1..cb6e5ebfe 100644
--- a/test/unit/theory/theory_white.cpp
+++ b/test/unit/theory/theory_white.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::theory::Theory.
+ ** \brief Black box testing of cvc5::theory::Theory.
**
- ** Black box testing of CVC5::theory::Theory.
+ ** Black box testing of cvc5::theory::Theory.
**/
#include <memory>
@@ -24,7 +24,7 @@
#include "theory/theory_engine.h"
#include "util/resource_manager.h"
-namespace CVC5 {
+namespace cvc5 {
using namespace theory;
using namespace expr;
@@ -109,4 +109,4 @@ TEST_F(TestTheoryWhite, outputChannel)
d_outputChannel.d_callHistory.clear();
}
} // namespace test
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback