summaryrefslogtreecommitdiff
path: root/test/Assembler/2002-08-22-DominanceProblem.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2002-08-22-DominanceProblem.ll')
-rw-r--r--test/Assembler/2002-08-22-DominanceProblem.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2002-08-22-DominanceProblem.ll b/test/Assembler/2002-08-22-DominanceProblem.ll
index a841dfa838..0dc192df23 100644
--- a/test/Assembler/2002-08-22-DominanceProblem.ll
+++ b/test/Assembler/2002-08-22-DominanceProblem.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
; Dominance relationships is not calculated correctly for unreachable blocks,
; which causes the verifier to barf on this input.