diff options
Diffstat (limited to 'clang/test/SemaCXX/cxx1y-constexpr-not-const.cpp')
-rw-r--r-- | clang/test/SemaCXX/cxx1y-constexpr-not-const.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaCXX/cxx1y-constexpr-not-const.cpp b/clang/test/SemaCXX/cxx1y-constexpr-not-const.cpp index 3f100b8b691..071b39c7fb3 100644 --- a/clang/test/SemaCXX/cxx1y-constexpr-not-const.cpp +++ b/clang/test/SemaCXX/cxx1y-constexpr-not-const.cpp @@ -14,5 +14,5 @@ struct X { // expected-error@6 {{non-constexpr declaration of 'f' follows constexpr declaration}} // expected-note@5 {{previous}} #else -// expected-warning@5 {{'constexpr' non-static member function will not be implicitly 'const' in C++1y; add 'const' to avoid a change in behavior}} +// expected-warning@5 {{'constexpr' non-static member function will not be implicitly 'const' in C++14; add 'const' to avoid a change in behavior}} #endif |