]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/20_util/shared_ptr/assign/auto_ptr_neg.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 20_util / shared_ptr / assign / auto_ptr_neg.cc
index 32af6001366f98de7c303c2733e877df90382c34..429e18deb22ad2c4454e261f1a032b62ce5e93cb 100644 (file)
@@ -1,8 +1,9 @@
 // { dg-options "-Wno-deprecated" }
 // { dg-add-options using-deprecated }
 // { dg-do compile { target c++11 } }
+// { dg-require-effective-target hosted }
 
-// Copyright (C) 2005-2021 Free Software Foundation, Inc.
+// Copyright (C) 2005-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
@@ -40,7 +41,7 @@ test01()
   return 0;
 }
 
-int 
+int
 main()
 {
   test01();