From abc44d16c3f8ae6984630537254bab2027cae2f5 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Wed, 1 Mar 2017 16:06:11 +0000 Subject: Updated test cases that check warning messages. --- test/Feature/Realloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Feature/Realloc.c') 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 #include -- cgit 1.4.1