Remove an assumption of default arguments. This is in anticipation of a
[oota-llvm.git] / test / FrontendC++ / 2003-11-29-DuplicatedCleanupTest.cpp
index 8131baafae7e930b003fcdd56c2f01e412e879eb..8df95cb1ee60756f459a2b05cc5549ff2f4167b3 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
 
 
 void doesntThrow() throw();