]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/ext/random/von_mises_distribution/operators/serialize.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / ext / random / von_mises_distribution / operators / serialize.cc
index 720f043dbea858cdce882476ed35e8b8cf68fbfc..c95c35ec36dd79e8c3ea66b750b8890ecc10572d 100644 (file)
@@ -4,7 +4,7 @@
 // 2009-08-14  Edward M. Smith-Rowland  <3dw4rd@verizon.net>
 // 2013-03-02  Ulrich Drepper  <drepper@gmail.com>
 //
-// Copyright (C) 2013-2017 Free Software Foundation, Inc.
+// Copyright (C) 2013-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
@@ -23,6 +23,7 @@
 
 #include <ext/random>
 #include <sstream>
+#include <testsuite_hooks.h>
 
 void
 test01()
@@ -35,6 +36,7 @@ test01()
   str << u;
 
   str >> v;
+  VERIFY( u == v );
 }
 
 int main()