Remove unintended dg-options directive
authorJonathan Wakely <jwakely@redhat.com>
Thu, 18 Aug 2016 09:58:28 +0000 (10:58 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 18 Aug 2016 09:58:28 +0000 (10:58 +0100)
* testsuite/tr1/3_function_objects/function/10.cc: Remove unintended
dg-options directive.

From-SVN: r239564

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/tr1/3_function_objects/function/10.cc

index 387026fb30a9dd37fd749013a0418a3a5560555e..281ee981c9fba8dbe66647586dbb932ac3aafb50 100644 (file)
@@ -1,3 +1,8 @@
+2016-08-18  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/tr1/3_function_objects/function/10.cc: Remove unintended
+       dg-options directive.
+
 2016-08-17  Jonathan Wakely  <jwakely@redhat.com>
 
        * testsuite/20_util/reference_wrapper/invoke-2.cc: Fix invalid dg-do
index b09ca863b97023181e20d50cdabd95df63af369f..2c1edafa11a81da2503583894a113bea77400983 100644 (file)
@@ -15,7 +15,6 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 #include <tr1/functional>