* gcc.dg/pragma-diag-5.c: Make test cases unique.

From-SVN: r229891
This commit is contained in:
Mike Stump 2015-11-06 21:16:30 +00:00 committed by Mike Stump
parent b4487cbc5e
commit 38101f91e6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-11-06 Mike Stump <mikestump@comcast.net>
* gcc.dg/pragma-diag-5.c: Make test cases unique.
2015-11-06 Aditya Kumar <aditya.k7@samsung.com>
Sebastian Pop <s.pop@samsung.com>

View File

@ -1,6 +1,6 @@
/* { dg-do compile } */
#pragma GCC diagnostic /* { dg-warning "missing" "missing" } */
/* { dg-warning "24:missing" "missing" { xfail *-*-* } 2 } */
/* { dg-warning "24:missing" "wrong column" { xfail *-*-* } 2 } */
#pragma GCC diagnostic warn /* { dg-warning "24:expected" } */