diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2010-08-05 09:44:31 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2010-08-05 09:44:31 +0000 |
commit | 9a83a8836963ce67d4680fdf763adff6871eea9c (patch) | |
tree | e297012ac5720624a20d1b4918def799c99641cc /test | |
parent | ad0a8487befec13b356c58dd1109b169f0e9e231 (diff) | |
download | klee-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.ll | 2 |
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 |