about summary refs log tree commit diff homepage
path: root/test/Feature/InsertExtractValue.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/InsertExtractValue.ll')
-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