From ca3b1b898a759441664e75ea0d1885e36b9defac Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 14 Jul 2017 20:37:28 +0300 Subject: Restored arc4random unit test after 59fc46dd5e1d. --- test/nxt_lib_unit_test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/nxt_lib_unit_test.c') diff --git a/test/nxt_lib_unit_test.c b/test/nxt_lib_unit_test.c index 50615828..bac2258e 100644 --- a/test/nxt_lib_unit_test.c +++ b/test/nxt_lib_unit_test.c @@ -69,11 +69,9 @@ main(int argc, char **argv) #endif -#if !(NXT_HAVE_ARC4RANDOM) if (nxt_random_unit_test(thr) != NXT_OK) { return 1; } -#endif if (nxt_term_parse_unit_test(thr) != NXT_OK) { return 1; -- cgit