]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/20_util/bind/nested.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 20_util / bind / nested.cc
index 4446f3bd06052dc5de6edfa7f868d3914a16709b..2c5ecb80ed45f3b9be05921bc7d7006abf66ca0d 100644 (file)
@@ -1,5 +1,5 @@
-// { dg-options "-std=gnu++11" }
-// Copyright (C) 2009-2015 Free Software Foundation, Inc.
+// { dg-do run { target c++11 } }
+// Copyright (C) 2009-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -24,7 +24,6 @@
 // Operations on empty function<> objects
 void test01()
 {
-  bool test __attribute__((unused)) = true;
   using namespace std::placeholders;
 
   int five = 5;