summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/class/class.static/class.static.data/p3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CXX/class/class.static/class.static.data/p3.cpp')
-rw-r--r--clang/test/CXX/class/class.static/class.static.data/p3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CXX/class/class.static/class.static.data/p3.cpp b/clang/test/CXX/class/class.static/class.static.data/p3.cpp
index 117997ee283..0d104e037dc 100644
--- a/clang/test/CXX/class/class.static/class.static.data/p3.cpp
+++ b/clang/test/CXX/class/class.static/class.static.data/p3.cpp
@@ -13,7 +13,7 @@ struct S {
static const int d2 = 0;
static constexpr double e = 0.0; // ok
- static const double f = 0.0; // expected-warning {{extension}} expected-note {{use 'constexpr' specifier}}
+ static const double f = 0.0; // expected-error {{requires 'constexpr' specifier}}
static char *const g = 0; // expected-error {{requires 'constexpr' specifier}}
static const NonLit h = NonLit(); // expected-error {{must be initialized out of line}}
};
OpenPOWER on IntegriCloud