diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2017-03-01 16:06:11 +0000 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2017-03-01 16:06:11 +0000 |
commit | abc44d16c3f8ae6984630537254bab2027cae2f5 (patch) | |
tree | 894198e36e4d6beb0b2c1d446eb2e66256f1ebb3 /test/Feature/LinkLLVMLib.c | |
parent | d4679d75c431dfd4f1289571d9f4f6c555e86334 (diff) | |
download | klee-abc44d16c3f8ae6984630537254bab2027cae2f5.tar.gz |
Updated test cases that check warning messages.
Diffstat (limited to 'test/Feature/LinkLLVMLib.c')
-rw-r--r-- | test/Feature/LinkLLVMLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/LinkLLVMLib.c b/test/Feature/LinkLLVMLib.c index 95437094..34931409 100644 --- a/test/Feature/LinkLLVMLib.c +++ b/test/Feature/LinkLLVMLib.c @@ -3,7 +3,7 @@ // // RUN: %llvmgcc %s -g -emit-llvm -O0 -c -o %t2.bc -DLINK_LLVM_LIB_TEST_EXEC // RUN: rm -rf %t.klee-out -// RUN: %klee --link-llvm-lib %t1.a --output-dir=%t.klee-out --emit-all-errors %t2.bc 2>&1 | FileCheck %s +// RUN: %klee --link-llvm-lib %t1.a --output-dir=%t.klee-out --emit-all-errors --warnings-only-to-file=false %t2.bc 2>&1 | FileCheck %s #ifdef LINK_LLVM_LIB_TEST_EXEC extern void printint(int d); |