Remove obsolete -f flags.

llvm-svn: 79992
diff --git a/llvm/test/FrontendC/2002-09-19-StarInLabel.c b/llvm/test/FrontendC/2002-09-19-StarInLabel.c
index 86a2571..171acca 100644
--- a/llvm/test/FrontendC/2002-09-19-StarInLabel.c
+++ b/llvm/test/FrontendC/2002-09-19-StarInLabel.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
 
 extern void start() __asm__("start");
 extern void _start() __asm__("_start");