Add testsuite checks for param_type in the <random> distributions.
[gcc.git] / libstdc++-v3 / testsuite / 26_numerics / random / negative_binomial_distribution / requirements / typedefs.cc
index 5b30fda671c74bdd0df373b8488ce72da989b6d6..2097da2bf89924c7cff09ebaf04a17405a6e7f14 100644 (file)
@@ -4,7 +4,7 @@
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
 //
-// Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+// Copyright (C) 2008, 2009, 2012 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
@@ -32,4 +32,5 @@ test01()
   typedef std::negative_binomial_distribution<int> test_type;
 
   typedef test_type::result_type result_type;
+  typedef test_type::param_type param_type;
 }