llvm-project/libcxx/test/std/numerics/rand
Louis Dionne 2cf78d4ead [libc++] Remove unused variable warnings
Since D100581, Clang started flagging this variable which is set but
never read. Based on comparing this function with __match_at_start_posix_nosubs
(which is very similar), I am pretty confident that `__j` was simply left
behind as an oversight in Howard's 6afe8b0a23.

Also workaround some unused variable warnings in the <random> tests.
It's pretty lame that we're not asserting the skew and kurtosis of
the binomial and negative binomial distributions, but that should be
tackled separately.

Differential Revision: https://reviews.llvm.org/D103533
2021-06-03 09:43:08 -04:00
..
rand.adapt [libc++] Add a libc++ configuration that does not support localization 2020-10-27 14:56:30 -04:00
rand.device [libc++] Move handling of the target triple to the DSL 2021-05-08 11:10:53 -04:00
rand.dis [libc++] Remove unused variable warnings 2021-06-03 09:43:08 -04:00
rand.eng [libc++] s/_VSTD::is_unsigned/is_unsigned/ in <random>. NFCI. 2021-05-11 12:23:55 -04:00
rand.predef Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
rand.req [libcxx] adds concept `std::uniform_random_bit_generator` 2021-02-19 01:47:29 +00:00
rand.util [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00