summaryrefslogtreecommitdiff
path: root/test/unit/util
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-03-05 06:09:06 -0800
committerGitHub <noreply@github.com>2021-03-05 14:09:06 +0000
commit4a72fbf9c96d5dda96cc2b198a4ef2e7c23c7b44 (patch)
treeb532f16acba080cf63cac35d4b7a229239bcf66b /test/unit/util
parente73c81f0241a0f46a94b548dc6c2aaba338637c1 (diff)
google test: Remove obsolete Expr test fixtures. (#6060)
Diffstat (limited to 'test/unit/util')
-rw-r--r--test/unit/util/datatype_black.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit/util/datatype_black.cpp b/test/unit/util/datatype_black.cpp
index 0120dda76..b3b74cf90 100644
--- a/test/unit/util/datatype_black.cpp
+++ b/test/unit/util/datatype_black.cpp
@@ -21,17 +21,17 @@
#include "expr/dtype_cons.h"
#include "expr/expr.h"
#include "expr/type_node.h"
-#include "test_expr.h"
+#include "test_smt.h"
namespace CVC4 {
namespace test {
-class TestUtilBlackDatatype : public TestExprBlack
+class TestUtilBlackDatatype : public TestSmt
{
public:
void SetUp() override
{
- TestExprBlack::SetUp();
+ TestSmt::SetUp();
Debug.on("datatypes");
Debug.on("groundterms");
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback