summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/qualified-id-lookup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaCXX/qualified-id-lookup.cpp')
-rw-r--r--clang/test/SemaCXX/qualified-id-lookup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaCXX/qualified-id-lookup.cpp b/clang/test/SemaCXX/qualified-id-lookup.cpp
index cf86971f350..e5721e00ee3 100644
--- a/clang/test/SemaCXX/qualified-id-lookup.cpp
+++ b/clang/test/SemaCXX/qualified-id-lookup.cpp
@@ -96,7 +96,7 @@ void test_a() {
a::a::a::i = 4;
}
-struct Undef {
+struct Undef { // expected-note{{definition of 'struct Undef' is not complete until the closing '}'}}
typedef int type;
Undef::type member;
OpenPOWER on IntegriCloud