scudo: Switch from std::random_shuffle to std::shuffle in a test.
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 19 Nov 2019 21:54:12 +0000 (13:54 -0800)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 20 Nov 2019 00:13:12 +0000 (16:13 -0800)
commit10089ce2027ac15fc04427189b3b22ccec4d8535
tree8deb37731ad0f8448f9c2c31e2b9151b4dcc8173
parent69242e986823e3fdd11a8e51f47f36bec714363c
scudo: Switch from std::random_shuffle to std::shuffle in a test.

This lets the test build with C++17.

Differential Revision: https://reviews.llvm.org/D70471
compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp