]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/26_numerics/random/ranlux48_base.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 26_numerics / random / ranlux48_base.cc
index 21522041d916afdb55dce47ebcd28a0c550d7f25..2557d15febfdaaeec90f576569a19d03e746084c 100644 (file)
@@ -1,8 +1,9 @@
-// { dg-options "-std=c++0x" }
+// { dg-do run { target c++11 } }
+// { dg-require-cstdint "" }
 //
 // 2008-11-18  Edward M. Smith-Rowland <3dw4rd@verizon.net>
 //
-// Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+// Copyright (C) 2008-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
@@ -28,8 +29,6 @@
 void
 test01()
 {
-  bool test __attribute__((unused)) = true;
-
   std::ranlux48_base a;
   a.discard(9999);