diff options
Diffstat (limited to 'test/Dogfood/ImmutableSet.cpp')
-rw-r--r-- | test/Dogfood/ImmutableSet.cpp | 2 |
1 files changed, 1 insertions, 1 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; |