Fix multi-threaded gctest for the case of NTHREADS is set to zero
authorIvan Maidanski <ivmai@mail.ru>
Wed, 13 Jun 2018 22:11:49 +0000 (01:11 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 13 Jun 2018 22:11:49 +0000 (01:11 +0300)
commitc16ba4105a4c0a23490645f61beb4922c47fc1bd
tree3b8113d739588c428e0f4bc9caf9598027057e62
parentdb6cedea2fac49c4463a6def2f4672dc1304d283
Fix multi-threaded gctest for the case of NTHREADS is set to zero
(fix of commit 347c1f0d0)

* tests/test.c [THREADS] (run_one_test): If !GC_thread_is_registered()
then FAIL only if GC_is_init_called().
tests/test.c