about summary refs log tree commit diff homepage
path: root/test/Feature/Realloc.c
diff options
context:
space:
mode:
authorAndrea Mattavelli <andreamattavelli@users.noreply.github.com>2017-03-06 08:01:18 +0000
committerGitHub <noreply@github.com>2017-03-06 08:01:18 +0000
commitd2490908daee27974f8a03c8c7c80930d39f6098 (patch)
tree568961bf4867a316ddf6ed200876bca74afca0e6 /test/Feature/Realloc.c
parent930cd1750857111e7cc08812e148cb228f70e1b8 (diff)
parentabc44d16c3f8ae6984630537254bab2027cae2f5 (diff)
downloadklee-d2490908daee27974f8a03c8c7c80930d39f6098.tar.gz
Merge pull request #609 from ccadar/warnings
Added new option --warnings-only-to-file which causes warnings to be written to warnings.txt only. 
Diffstat (limited to 'test/Feature/Realloc.c')
-rw-r--r--test/Feature/Realloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/Realloc.c b/test/Feature/Realloc.c
index 76016fb7..0a97dd78 100644
--- a/test/Feature/Realloc.c
+++ b/test/Feature/Realloc.c
@@ -1,6 +1,6 @@
 // RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t1.bc
 // RUN: rm -rf %t.klee-out
-// RUN: %klee --output-dir=%t.klee-out --exit-on-error %t1.bc 2>&1 | FileCheck %s
+// RUN: %klee --output-dir=%t.klee-out --exit-on-error --warnings-only-to-file=false %t1.bc 2>&1 | FileCheck %s
 
 #include <assert.h>
 #include <stdlib.h>