summaryrefslogtreecommitdiff
path: root/test/unit/node/node_traversal_black.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/node/node_traversal_black.cpp')
-rw-r--r--test/unit/node/node_traversal_black.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/node/node_traversal_black.cpp b/test/unit/node/node_traversal_black.cpp
index e443ff685..c54be86ac 100644
--- a/test/unit/node/node_traversal_black.cpp
+++ b/test/unit/node/node_traversal_black.cpp
@@ -26,7 +26,7 @@
#include "expr/node_value.h"
#include "test_node.h"
-namespace CVC4 {
+namespace CVC5 {
using namespace kind;
@@ -293,4 +293,4 @@ TEST_F(TestNodeBlackNodeTraversalPreorder, skip_if)
ASSERT_EQ(actual, expected);
}
} // namespace test
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback