diff options
Diffstat (limited to 'test/test.cc')
| -rw-r--r-- | test/test.cc | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |
