summaryrefslogtreecommitdiff
path: root/test/FrontendC++/2003-09-22-CompositeExprValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC++/2003-09-22-CompositeExprValue.cpp')
-rw-r--r--test/FrontendC++/2003-09-22-CompositeExprValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC++/2003-09-22-CompositeExprValue.cpp b/test/FrontendC++/2003-09-22-CompositeExprValue.cpp
index a8208adc51..3bd707ed86 100644
--- a/test/FrontendC++/2003-09-22-CompositeExprValue.cpp
+++ b/test/FrontendC++/2003-09-22-CompositeExprValue.cpp
@@ -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 duration {
duration operator/=(int c) {