Tweak warning text from the last commit
llvm-svn: 66309
diff --git a/clang/test/Sema/struct-decl.c b/clang/test/Sema/struct-decl.c
index e71a0b2..3f95b7a 100644
--- a/clang/test/Sema/struct-decl.c
+++ b/clang/test/Sema/struct-decl.c
@@ -29,7 +29,7 @@
char tag_data[];
};
struct datatag {
- struct pppoe_tag hdr; //expected-warning{{variable sized type 'hdr' not at the end of a struct or class is a GNU extension}}
+ struct pppoe_tag hdr; //expected-warning{{field of variable sized type 'hdr' not at the end of a struct or class is a GNU extension}}
char data;
};