diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-02-08 21:19:04 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-02-08 21:19:04 +0000 |
commit | 6d2f0f589a8c38f64147e90ccdd813dde74ecdb6 (patch) | |
tree | a9ef43a7969144594f9ba7562be6b745f39b1171 /test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp | |
parent | e2a7ad001fe1dc4a0d5fef312e7f7189e1f29369 (diff) |
Minor comment fix
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150090 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp')
-rw-r--r-- | test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp | 3 |
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&); |