diff options
author | David Billinghurst <David.Billinghurst@riotinto.com> | 2002-01-25 16:05:48 +0000 |
---|---|---|
committer | Loren J. Rittle <ljrittle@gcc.gnu.org> | 2002-01-25 16:05:48 +0000 |
commit | a68d024dfcfb284d0ab6ce809f1ff691049a893b (patch) | |
tree | d73e96c9277364275eea6f9fa370d98dbdd394d7 /libstdc++-v3/testsuite/thread/pthread3.cc | |
parent | 55492b32d768d06b1fee8bcade2ac198c3b8aee4 (diff) | |
download | gcc-a68d024dfcfb284d0ab6ce809f1ff691049a893b.zip gcc-a68d024dfcfb284d0ab6ce809f1ff691049a893b.tar.gz gcc-a68d024dfcfb284d0ab6ce809f1ff691049a893b.tar.bz2 |
pthread1.cc: Enable on cygwin.
* testsuite/thread/pthread1.cc: Enable on cygwin.
* testsuite/thread/pthread2.cc: Likewise.
* testsuite/thread/pthread3.cc: Likewise.
* testsuite/thread/pthread4.cc: Likewise.
* testsuite/thread/pthread5.cc: Likewise.
* testsuite/thread/pthread6.cc: Likewise.
From-SVN: r49214
Diffstat (limited to 'libstdc++-v3/testsuite/thread/pthread3.cc')
-rw-r--r-- | libstdc++-v3/testsuite/thread/pthread3.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/thread/pthread3.cc b/libstdc++-v3/testsuite/thread/pthread3.cc index d029f3b..4edb107 100644 --- a/libstdc++-v3/testsuite/thread/pthread3.cc +++ b/libstdc++-v3/testsuite/thread/pthread3.cc @@ -19,7 +19,7 @@ // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, // USA. -// { dg-do run { target *-*-freebsd* *-*-linux* *-*-solaris* } } +// { dg-do run { target *-*-freebsd* *-*-linux* *-*-solaris* *-*-cygwin } } // { dg-options "-pthread" { target *-*-freebsd* *-*-linux* } } // { dg-options "-pthreads" { target *-*-solaris* } } |