aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp b/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp
index 0696f603b6..3c5ac220a1 100644
--- a/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp
+++ b/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp
@@ -6,7 +6,8 @@ void analysis_based_warnings() {
// expected-error{{lambda expressions are not supported yet}}
}
-// Check that we get the right types of captured variables (the semantic-analysis part of
+// Check that we get the right types of captured variables (the
+// semantic-analysis part of p7).
int &check_const_int(int&);
float &check_const_int(const int&);