adl.cc: Add missing dg-requires.

2012-07-20  Paolo Carlini  <paolo.carlini@oracle.com>

	* testsuite/30_threads/thread/adl.cc: Add missing dg-requires.

From-SVN: r189709
This commit is contained in:
Paolo Carlini 2012-07-20 09:44:15 +00:00 committed by Paolo Carlini
parent 332f1d2404
commit d1870ff1bc
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-07-20 Paolo Carlini <paolo.carlini@oracle.com>
* testsuite/30_threads/thread/adl.cc: Add missing dg-requires.
2012-07-19 Tristan Gingold <gingold@adacore.com>
Richard Henderson <rth@redhat.com>

View file

@ -1,5 +1,7 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile }
// { dg-options "-std=gnu++11" }
// { dg-require-cstdint "" }
// { dg-require-gthreads "" }
// Copyright (C) 2012 Free Software Foundation, Inc.
//