]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/ext/vstring/hash/wchar_t/1.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / ext / vstring / hash / wchar_t / 1.cc
index 460ac60ec71330be96fbbe45db61b588a28e1c8d..60ae158b39c46b343b13076490798399f09f164d 100644 (file)
@@ -1,7 +1,7 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-do run { target c++11 } }
 // { dg-require-string-conversions "" }
 
-// Copyright (C) 2011-2014 Free Software Foundation, Inc.
+// Copyright (C) 2011-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
@@ -25,8 +25,6 @@
 // libstdc++/47773
 void test01()
 {
-  bool test __attribute__((unused)) = true;
-
   typedef __gnu_cxx::__wvstring vstring_t;
   typedef std::unordered_map<vstring_t, int> map_t;