MC/Mach-O/ARM: We always use the SECTDIFF reloc type on ARM, which is
[oota-llvm.git] / test / FrontendC++ / 2003-10-17-BoolBitfields.cpp
index 547a367d34e6ad4abdba9ea292b3a6e4d20d5ac2..103945df8aebfaf1367eadb7125dddc51e0ac17a 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgxx -S %s -o - | llvm-as -o /dev/null
 
 struct test {
   bool A : 1;