summaryrefslogtreecommitdiff
path: root/test/Assembler/2003-05-15-AssemblerProblem.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2003-05-15-AssemblerProblem.ll')
-rw-r--r--test/Assembler/2003-05-15-AssemblerProblem.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2003-05-15-AssemblerProblem.ll b/test/Assembler/2003-05-15-AssemblerProblem.ll
index 17967a9365..146ce6534d 100644
--- a/test/Assembler/2003-05-15-AssemblerProblem.ll
+++ b/test/Assembler/2003-05-15-AssemblerProblem.ll
@@ -1,6 +1,6 @@
; This bug was caused by two CPR's existing for the same global variable,
; colliding in the Module level CPR map.
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
define void @test() {
call void (...)* bitcast (void (i16*, i32)* @AddString to void (...)*)( i16* null, i32 0 )