X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Ftestsuite%2F26_numerics%2Frandom%2Fbinomial_distribution%2Frequirements%2Ftypedefs.cc;h=3416a31257a16719ec230def7b89c7bcd591f77a;hb=7adcbafe45f8001b698967defe682687b52c0007;hp=cd6eb7d9e7ce29438eb9162bf5affe64b791e859;hpb=748086b7b2201112aff2dea9d037af1fc92567ff;p=thirdparty%2Fgcc.git diff --git a/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/requirements/typedefs.cc index cd6eb7d9e7ce..3416a31257a1 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/requirements/typedefs.cc @@ -1,9 +1,9 @@ -// { dg-do compile } -// { dg-options "-std=c++0x" } +// { dg-do compile { target c++11 } } +// { dg-require-cstdint "" } // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008, 2009 Free Software Foundation, Inc. +// Copyright (C) 2008-2022 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 @@ -31,4 +31,5 @@ test01() typedef std::binomial_distribution test_type; typedef test_type::result_type result_type; + typedef test_type::param_type param_type; }