summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/C++Frontend/2003-09-22-CompositeExprValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/C++Frontend/2003-09-22-CompositeExprValue.cpp')
-rw-r--r--llvm/test/Regression/C++Frontend/2003-09-22-CompositeExprValue.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Regression/C++Frontend/2003-09-22-CompositeExprValue.cpp b/llvm/test/Regression/C++Frontend/2003-09-22-CompositeExprValue.cpp
index b1373ba66dc..a8208adc512 100644
--- a/llvm/test/Regression/C++Frontend/2003-09-22-CompositeExprValue.cpp
+++ b/llvm/test/Regression/C++Frontend/2003-09-22-CompositeExprValue.cpp
@@ -2,10 +2,10 @@
struct duration {
duration operator/=(int c) {
- return *this;
+ return *this;
}
};
void a000090() {
- duration() /= 1;
+ duration() /= 1;
}
OpenPOWER on IntegriCloud