summaryrefslogtreecommitdiff
path: root/test/unit/node/node_black.cpp
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-15 13:04:55 -0700
committerGitHub <noreply@github.com>2021-04-15 20:04:55 +0000
commit77bca094a140b35341257f125a55212ff0108250 (patch)
tree1d3369b9be5fc4c3e8cb279ae5ea662e59cbcb3e /test/unit/node/node_black.cpp
parent63647b1d79df6f287ea6599958b16fce44b8271d (diff)
Rename occurrences of CVC4 to CVC5. (#6351)
This renames everything but GitHub links and build system related macros. Switching the build system to cvc5 will be the last step in the renaming process.
Diffstat (limited to 'test/unit/node/node_black.cpp')
-rw-r--r--test/unit/node/node_black.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/node/node_black.cpp b/test/unit/node/node_black.cpp
index 94eb3ae83..2309c0ac7 100644
--- a/test/unit/node/node_black.cpp
+++ b/test/unit/node/node_black.cpp
@@ -623,7 +623,7 @@ TEST_F(TestNodeBlackNode, dagifier)
OR, fffx_eq_x, fffx_eq_y, fx_eq_gx, x_eq_y, fgx_eq_gy);
std::stringstream sstr;
- sstr << Node::setdepth(-1) << Node::setlanguage(language::output::LANG_CVC4);
+ sstr << Node::setdepth(-1) << Node::setlanguage(language::output::LANG_CVC);
sstr << Node::dag(false) << n; // never dagify
ASSERT_EQ(sstr.str(),
"(f(f(f(x))) = x) OR (f(f(f(x))) = y) OR (f(x) = g(x)) OR (x = "
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback