about summary refs log tree commit diff homepage
path: root/test
diff options
context:
space:
mode:
authorCristian Cadar <cristic@cs.stanford.edu>2010-08-05 09:44:31 +0000
committerCristian Cadar <cristic@cs.stanford.edu>2010-08-05 09:44:31 +0000
commit9a83a8836963ce67d4680fdf763adff6871eea9c (patch)
treee297012ac5720624a20d1b4918def799c99641cc /test
parentad0a8487befec13b356c58dd1109b169f0e9e231 (diff)
downloadklee-9a83a8836963ce67d4680fdf763adff6871eea9c.tar.gz
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
Diffstat (limited to 'test')
-rw-r--r--test/Feature/InsertExtractValue.ll2
1 files changed, 1 insertions, 1 deletions
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