diff options
Diffstat (limited to 'clang/test/SemaCXX/access-control-check.cpp')
| -rw-r--r-- | clang/test/SemaCXX/access-control-check.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaCXX/access-control-check.cpp b/clang/test/SemaCXX/access-control-check.cpp index d2acfe41673..fb124a932a1 100644 --- a/clang/test/SemaCXX/access-control-check.cpp +++ b/clang/test/SemaCXX/access-control-check.cpp @@ -11,6 +11,6 @@ class P { class N : M,P { N() {} - // FIXME. No access violation is reported in method call or member access. + // FIXME. No access violation is reported in method call or member access. int PR() { return iP + PPR(); } }; |

