* testsuite/26_numerics/bit/bitops.rot/rotl.cc: Remove bogus dg-do
        directive.

Tested x86_64-linux, committed to trunk.

commit b265a758836e14c4bf0da54beecfb3ce24c022ec
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Mon Mar 4 13:18:03 2019 +0000

    Remove redundant dg-do directive from test
    
            * testsuite/26_numerics/bit/bitops.rot/rotl.cc: Remove bogus dg-do
            directive.

diff --git a/libstdc++-v3/testsuite/26_numerics/bit/bitops.rot/rotl.cc 
b/libstdc++-v3/testsuite/26_numerics/bit/bitops.rot/rotl.cc
index a7666fbd103..94be65c3d13 100644
--- a/libstdc++-v3/testsuite/26_numerics/bit/bitops.rot/rotl.cc
+++ b/libstdc++-v3/testsuite/26_numerics/bit/bitops.rot/rotl.cc
@@ -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 } }
 

Reply via email to