* gnat.dg/socket1.adb: Disable on *-*-solaris2*.

From-SVN: r157484
This commit is contained in:
Rainer Orth 2010-03-16 14:43:43 +00:00 committed by Rainer Orth
parent a8a5ac4834
commit ebf15f359f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gnat.dg/socket1.adb: Disable on *-*-solaris2*.
2010-03-16 Richard Guenther <rguenther@suse.de>
PR middle-end/43379

View File

@ -1,4 +1,4 @@
-- { dg-do run }
-- { dg-do run { target { ! "*-*-solaris2*" } } }
with GNAT.Sockets; use GNAT.Sockets;
procedure socket1 is