From 9a83a8836963ce67d4680fdf763adff6871eea9c Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Thu, 5 Aug 2010 09:44:31 +0000 Subject: Small fix to test case. Without -f, the test fails when 'make test' is run a second time without running 'make clean' in-between. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@110321 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Feature/InsertExtractValue.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Feature/InsertExtractValue.ll b/test/Feature/InsertExtractValue.ll index e8b80383..fbce335b 100644 --- a/test/Feature/InsertExtractValue.ll +++ b/test/Feature/InsertExtractValue.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -o %t1.bc +; RUN: llvm-as %s -f -o %t1.bc ; RUN: %klee -disable-opt %t1.bc > %t2 ; RUN: grep PASS %t2 -- cgit 1.4.1