PR libstdc++/85494 fix failing test
authorJonathan Wakely <jwakely@redhat.com>
Wed, 29 May 2019 22:00:57 +0000 (23:00 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 29 May 2019 22:00:57 +0000 (23:00 +0100)
commitea16f6acb0f0bf5d8f97ebd75e1400826fc39f7f
tree0aaf23428ce47f8d825538fcff60e120ebe45fe5
parent3cb929a32af3986ad95ca511ea84d0863c29ce57
PR libstdc++/85494 fix failing test

This test now fails on mingw-w64 because it's no longer always true that
the mt19937 engine is used when _GLIBCXX_USE_DEV_RANDOM is not defined.

Add tests for all the known tokens to ensure that at least one is
accepted.

* testsuite/26_numerics/random/random_device/cons/token.cc: Fix test
that fails on mingw-w64.

From-SVN: r271756
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/26_numerics/random/random_device/cons/token.cc