summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/struct-decl.c
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-03-06 23:46:13 +0000
committerDouglas Gregor <dgregor@apple.com>2009-03-06 23:46:13 +0000
commit65530cb62e46625af16ca7ef2d0dbfaba789b1dd (patch)
treeb105f8ff48404b7ee0aff6b44f7c7bf7c2a63b5b /clang/test/Sema/struct-decl.c
parent3e06dbf48c0a54bd234fa0dca3750afb5ce0e214 (diff)
downloadbcm5719-llvm-65530cb62e46625af16ca7ef2d0dbfaba789b1dd.tar.gz
bcm5719-llvm-65530cb62e46625af16ca7ef2d0dbfaba789b1dd.zip
Tweak warning text from the last commit
llvm-svn: 66309
Diffstat (limited to 'clang/test/Sema/struct-decl.c')
-rw-r--r--clang/test/Sema/struct-decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/struct-decl.c b/clang/test/Sema/struct-decl.c
index e71a0b2b0c4..3f95b7a71b8 100644
--- a/clang/test/Sema/struct-decl.c
+++ b/clang/test/Sema/struct-decl.c
@@ -29,7 +29,7 @@ struct pppoe_tag {
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;
};
OpenPOWER on IntegriCloud