aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/random.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libtests/random.cc')
-rw-r--r--libtests/random.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtests/random.cc b/libtests/random.cc
index 40ef7d47..899c264c 100644
--- a/libtests/random.cc
+++ b/libtests/random.cc
@@ -56,7 +56,7 @@ main()
if (!((buf[0] == 0) && (buf[1] == 1) && (buf[2] == 2) && (buf[3] == 3))) {
std::cout << "fail: bogus random didn't provide correct bytes\n";
}
- QUtil::setRandomDataProvider(0);
+ QUtil::setRandomDataProvider(nullptr);
if (QUtil::getRandomDataProvider() != orig_rdp) {
std::cout << "fail: passing null to setRandomDataProvider "
"didn't reset the random data provider\n";