about summary refs log tree commit diff homepage
path: root/test
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2020-04-03 13:16:22 +0100
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2020-04-30 09:25:36 +0100
commit7d85ee81dcf23e841ef794fa6ba08a076dcdebf0 (patch)
tree81309c83dac4d77e1f43681845e281e569cb92c6 /test
parente6d3f654df90dc6211d6c4993b937ef44b945f36 (diff)
downloadklee-7d85ee81dcf23e841ef794fa6ba08a076dcdebf0.tar.gz
Removed the Internal directory from include/klee
Diffstat (limited to 'test')
-rw-r--r--test/Dogfood/ImmutableSet.cpp2
-rw-r--r--test/regression/2019-09-06-make-const-symbolic.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Dogfood/ImmutableSet.cpp b/test/Dogfood/ImmutableSet.cpp
index c654ed4e..4fe793d0 100644
--- a/test/Dogfood/ImmutableSet.cpp
+++ b/test/Dogfood/ImmutableSet.cpp
@@ -3,7 +3,7 @@
 // RUN: %klee --output-dir=%t.klee-out --libc=klee --max-forks=25 --write-no-tests --exit-on-error --optimize --disable-inlining --search=nurs:depth --use-cex-cache %t1.bc
 
 #include "klee/klee.h"
-#include "klee/Internal/ADT/ImmutableSet.h"
+#include "klee/ADT/ImmutableSet.h"
 
 using namespace klee;
 
diff --git a/test/regression/2019-09-06-make-const-symbolic.c b/test/regression/2019-09-06-make-const-symbolic.c
index 52d430a5..46e39cdc 100644
--- a/test/regression/2019-09-06-make-const-symbolic.c
+++ b/test/regression/2019-09-06-make-const-symbolic.c
@@ -12,4 +12,4 @@ int main(int argc, char **argv) {
     return 0;
   else
     return 1;
-}
\ No newline at end of file
+}