]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/23_containers/multiset/modifiers/emplace/1.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 23_containers / multiset / modifiers / emplace / 1.cc
index 3a1e38ccf612b4a63c37c1b110d385aff7505400..c2a3ad307ca119c92c5799c9a7a8e3ae880e7509 100644 (file)
@@ -1,6 +1,6 @@
-// { dg-options "-std=c++11" }
+// { dg-do run { target c++11 } }
 
-// Copyright (C) 2012 Free Software Foundation, Inc.
+// Copyright (C) 2012-2020 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
@@ -41,8 +41,6 @@ struct PathPointLess
   { return __lhs.getType() < __rhs.getType(); }
 };
 
-bool test __attribute__((unused)) = true;
-
 void test01()
 {
   typedef std::multiset<PathPoint, PathPointLess> Mset;