diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-13 21:13:41 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-13 21:13:41 +0000 |
commit | 46e9c58415cc52832c2c1912706eb8939f034c86 (patch) | |
tree | efcae5304fa6be52efc084d151a32fcbc86722be /gcc/testsuite/gcc.dg/m-un-2.c | |
parent | 658b932c56b053d61225dee68449c1b333abbc76 (diff) | |
download | gcc-46e9c58415cc52832c2c1912706eb8939f034c86.tar.gz |
* gcc.dg/anon-struct-6.c, gcc.dg/array-8.c,
gcc.dg/cpp/19940712-1.c, gcc.dg/cpp/19951025-1.c,
gcc.dg/cpp/tr-warn6.c, gcc.dg/deprecated.c, gcc.dg/init-bad-1.c,
gcc.dg/init-bad-2.c, gcc.dg/init-bad-3.c, gcc.dg/m-un-2.c,
gcc.dg/parm-mismatch-1.c, gcc.dg/redecl-1.c: Ensure uniqueness of
test assertion names.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96391 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/m-un-2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/m-un-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/m-un-2.c b/gcc/testsuite/gcc.dg/m-un-2.c index d957f868405..0d280bb5793 100644 --- a/gcc/testsuite/gcc.dg/m-un-2.c +++ b/gcc/testsuite/gcc.dg/m-un-2.c @@ -16,7 +16,7 @@ struct vtable mtable = { malloc, free }; /* { dg-warning "missing initializer" "warning regression" { target *-*-* } {18} } */ - /* { dg-warning "initialization for 'mtable._realloc'" "warning regression" { target *-*-* } {18} } */ + /* { dg-warning "initialization for 'mtable._realloc'" "warning regression 2" { target *-*-* } {18} } */ /* With designated initializers, we assume you meant to leave out the initialization of any blank fields. */ |