]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/wchar_t/51288.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / manipulators / extended / put_money / wchar_t / 51288.cc
index 548c0a7c2b4ba36189b3a008bf3c1f7fb07aba98..d07f14645dfcf052bc460d3692236f4661e26232 100644 (file)
@@ -1,7 +1,7 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-do run { target c++11 } }
 // { dg-require-namedlocale "en_US.UTF-8" }
 
-// Copyright (C) 2011 Free Software Foundation, Inc.
+// Copyright (C) 2011-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
@@ -25,8 +25,6 @@
 // libstdc++/51288
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::locale loc_us = std::locale("en_US.UTF-8");
 
   std::wostringstream oss;