about summary refs log tree commit diff homepage
path: root/test/Runtime
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2018-11-02 14:48:35 +0000
committerMartinNowack <martin.nowack@gmail.com>2018-11-02 16:39:47 +0000
commitf621d52fb1d58efa061e18d1e356c2cd7c4fa8ea (patch)
tree73e39105d55695a400519fa035eba75fa5b4d930 /test/Runtime
parent534d28787c486470aa141468ceceb0fe9baf2991 (diff)
downloadklee-f621d52fb1d58efa061e18d1e356c2cd7c4fa8ea.tar.gz
Replaced --no-externals and --allow-external-sym-calls with --external-calls, updated tests accordingly, and improved documentation on external calls
Diffstat (limited to 'test/Runtime')
-rw-r--r--test/Runtime/POSIX/MixedConcreteSymbolic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Runtime/POSIX/MixedConcreteSymbolic.c b/test/Runtime/POSIX/MixedConcreteSymbolic.c
index c32a8f54..71abb116 100644
--- a/test/Runtime/POSIX/MixedConcreteSymbolic.c
+++ b/test/Runtime/POSIX/MixedConcreteSymbolic.c
@@ -1,6 +1,6 @@
 // RUN: %llvmgcc %s -emit-llvm %O0opt -c -o %t.bc
 // RUN: rm -rf %t.klee-out
-// RUN: %klee --output-dir=%t.klee-out -allow-external-sym-calls --exit-on-error --libc=uclibc --posix-runtime %t.bc --sym-stdin 10  2>%t.log | FileCheck %s
+// RUN: %klee --output-dir=%t.klee-out --external-calls=all --exit-on-error --libc=uclibc --posix-runtime %t.bc --sym-stdin 10  2>%t.log | FileCheck %s
 
 #include "klee/klee.h"
 #include <assert.h>