From 15bcb600d6cca2f880e62810ab7ddfe3f896a390 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 19 Dec 2022 10:18:55 +0100 Subject: FIXME: hack out parts that don't work. --- test/test.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/test.cc') diff --git a/test/test.cc b/test/test.cc index 5d0da302..4a8a55d0 100644 --- a/test/test.cc +++ b/test/test.cc @@ -249,14 +249,14 @@ check_file (boost::filesystem::path ref, boost::filesystem::path check) RNGFixer::RNGFixer () { - Kumu::cth_test = true; - Kumu::FortunaRNG().Reset(); + Kumu::test_fix_rng = true; + // Kumu::FortunaRNG().Reset(); } RNGFixer::~RNGFixer () { - Kumu::cth_test = false; + Kumu::test_fix_rng = false; } -- cgit v1.2.3