summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/microsoft-cxx0x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaCXX/microsoft-cxx0x.cpp')
-rw-r--r--clang/test/SemaCXX/microsoft-cxx0x.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaCXX/microsoft-cxx0x.cpp b/clang/test/SemaCXX/microsoft-cxx0x.cpp
index 79bd7c39e5a..58ab940f583 100644
--- a/clang/test/SemaCXX/microsoft-cxx0x.cpp
+++ b/clang/test/SemaCXX/microsoft-cxx0x.cpp
@@ -6,7 +6,7 @@ struct A {
unsigned int a;
};
int b = 3;
-A var = { b }; // expected-warning {{ cannot be narrowed }} expected-note {{override}}
+A var = { b }; // expected-warning {{ cannot be narrowed }} expected-note {{insert an explicit cast to silence this issue}}
namespace PR13433 {
OpenPOWER on IntegriCloud