summaryrefslogtreecommitdiff
path: root/test/unit/api/op_white.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/api/op_white.cpp')
-rw-r--r--test/unit/api/op_white.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/api/op_white.cpp b/test/unit/api/op_white.cpp
index 49a964e9e..909aafcbb 100644
--- a/test/unit/api/op_white.cpp
+++ b/test/unit/api/op_white.cpp
@@ -14,7 +14,7 @@
#include "test_api.h"
-namespace CVC5 {
+namespace cvc5 {
using namespace api;
@@ -32,4 +32,4 @@ TEST_F(TestApiWhiteOp, opFromKind)
ASSERT_EQ(plus, d_solver.mkOp(PLUS));
}
} // namespace test
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback