revert my strstr optimization, I'm told it breaks x86-64 bootstrap.
[oota-llvm.git] / test / FrontendC / 2002-07-30-UnionTest.c
index b2c481e4079cc017b5739b4e6e132406d496047d..c931b8024f0c6a55cbf81542308f2a5868f0bd5b 100644 (file)
@@ -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
 
 union X;
 struct Empty {};