aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/cxx-traits.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/cxx-traits.h')
-rw-r--r--test/PCH/cxx-traits.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/PCH/cxx-traits.h b/test/PCH/cxx-traits.h
index 836804ef2c88..e6f2feb1d116 100644
--- a/test/PCH/cxx-traits.h
+++ b/test/PCH/cxx-traits.h
@@ -1,12 +1,12 @@
// Header for PCH test cxx-traits.cpp
template<typename _Tp>
-struct __is_pod { // expected-warning {{keyword '__is_pod' will be treated as an identifier for the remainder of the translation unit}}
+struct __is_pod { // expected-warning {{keyword '__is_pod' will be made available as an identifier for the remainder of the translation unit}}
enum { __value };
};
template<typename _Tp>
-struct __is_empty { // expected-warning {{keyword '__is_empty' will be treated as an identifier for the remainder of the translation unit}}
+struct __is_empty { // expected-warning {{keyword '__is_empty' will be made available as an identifier for the remainder of the translation unit}}
enum { __value };
};