Remove redundant dg-do directive from test
authorJonathan Wakely <jwakely@redhat.com>
Mon, 4 Mar 2019 13:18:47 +0000 (13:18 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 4 Mar 2019 13:18:47 +0000 (13:18 +0000)
* testsuite/26_numerics/bit/bitops.rot/rotl.cc: Remove bogus dg-do
directive.

From-SVN: r269365

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/26_numerics/bit/bitops.rot/rotl.cc

index 334cd1f84329e78fc36b865676b169e1d23bb670..0fdd76763c9c59eb28b4db2957737f702e8b318f 100644 (file)
@@ -1,5 +1,8 @@
 2019-03-04  Jonathan Wakely  <jwakely@redhat.com>
 
+       * testsuite/26_numerics/bit/bitops.rot/rotl.cc: Remove bogus dg-do
+       directive.
+
        * include/std/memory_resource (polymorphic_allocator): Add default
        template argument for C++20.
        (polymorphic_allocator::allocate_bytes)
index a7666fbd10346caed357045f86a599ee6aefe260..94be65c3d138389db2cf7955c12667687e5b1419 100644 (file)
@@ -15,8 +15,6 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-do run { target c++11 } }
-
 // { dg-options "-std=gnu++2a" }
 // { dg-do compile { target c++2a } }