summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-03-27 14:04:44 -0500
committerGitHub <noreply@github.com>2020-03-27 12:04:44 -0700
commit4b7fc20dcce9eefdf568937f5e2c54141c4f5c5b (patch)
tree70dc3d084b73f1ea313a214245a792295f75215d /test
parenta64866663f10db4ffadd2d48500cda05c4831f0e (diff)
Move string utility file (#4164)
Moves the string file to string.h. This is required since other required utilities will soon need to be added to regexp.h.
Diffstat (limited to 'test')
-rw-r--r--test/unit/theory/theory_strings_skolem_cache_black.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/theory/theory_strings_skolem_cache_black.h b/test/unit/theory/theory_strings_skolem_cache_black.h
index 34e8d88c6..e1b84492c 100644
--- a/test/unit/theory/theory_strings_skolem_cache_black.h
+++ b/test/unit/theory/theory_strings_skolem_cache_black.h
@@ -20,7 +20,7 @@
#include "expr/node_manager.h"
#include "theory/strings/skolem_cache.h"
#include "util/rational.h"
-#include "util/regexp.h"
+#include "util/string.h"
using namespace CVC4;
using namespace CVC4::theory::strings;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback