about summary refs log tree commit diff homepage
path: root/test/Feature/ExtCallOverapprox.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/ExtCallOverapprox.c')
-rw-r--r--test/Feature/ExtCallOverapprox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/ExtCallOverapprox.c b/test/Feature/ExtCallOverapprox.c
index 83f73163..9f69b3dd 100644
--- a/test/Feature/ExtCallOverapprox.c
+++ b/test/Feature/ExtCallOverapprox.c
@@ -2,7 +2,7 @@
 
 // RUN: %clang %s -emit-llvm %O0opt -g -c -o %t.bc
 // RUN: rm -rf %t.klee-out
-// RUN: %klee --output-dir=%t.klee-out --external-calls=all %t.bc 2>&1 | FileCheck %s
+// RUN: %klee --output-dir=%t.klee-out --external-calls=over-approx %t.bc 2>&1 | FileCheck %s
 
 #include "klee/klee.h"