about summary refs log tree commit diff homepage
path: root/test/Programs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Programs')
-rw-r--r--test/Programs/pcregrep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Programs/pcregrep.c b/test/Programs/pcregrep.c
index 4556b510..d47cdc90 100644
--- a/test/Programs/pcregrep.c
+++ b/test/Programs/pcregrep.c
@@ -1,5 +1,5 @@
 // RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t1.bc
-// RUN: %klee --exit-on-error %t1.bc 2 2
+// RUN: %klee --libc=klee --exit-on-error %t1.bc 2 2
 
 /* Provide Declarations */
 #include <stdarg.h>