diff options
Diffstat (limited to 'test/Feature/MakeSymbolicName.c')
-rw-r--r-- | test/Feature/MakeSymbolicName.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/MakeSymbolicName.c b/test/Feature/MakeSymbolicName.c index a57d9a84..332565d7 100644 --- a/test/Feature/MakeSymbolicName.c +++ b/test/Feature/MakeSymbolicName.c @@ -1,7 +1,7 @@ // RUN: %clang %s -emit-llvm -g -c -o %t1.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --search=random-state --exit-on-error %t1.bc - +#include "klee/klee.h" #include <assert.h> int main() { |