summaryrefslogtreecommitdiff
path: root/test/unit/test_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/test_node.h')
-rw-r--r--test/unit/test_node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/test_node.h b/test/unit/test_node.h
index 1aefbae45..359cc0b6f 100644
--- a/test/unit/test_node.h
+++ b/test/unit/test_node.h
@@ -20,7 +20,7 @@
#include "smt/smt_engine_scope.h"
#include "test.h"
-namespace CVC5 {
+namespace cvc5 {
namespace test {
class TestNode : public TestInternal
@@ -45,5 +45,5 @@ class TestNode : public TestInternal
};
} // namespace test
-} // namespace CVC5
+} // namespace cvc5
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback