From f621d52fb1d58efa061e18d1e356c2cd7c4fa8ea Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Fri, 2 Nov 2018 14:48:35 +0000 Subject: Replaced --no-externals and --allow-external-sym-calls with --external-calls, updated tests accordingly, and improved documentation on external calls --- test/Runtime/POSIX/MixedConcreteSymbolic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Runtime/POSIX') 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 -- cgit 1.4.1