diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-02-22 15:09:59 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-02-22 15:09:59 +0300 |
commit | 029942f4eb7196c2cff0d0e26bc6ff274138f7d8 (patch) | |
tree | f4686c4d7b9cd574fe94c6f4918479a580fecf75 /test/nxt_lib_unit_test.c | |
parent | 059a8642898a6bd4b47d13a1c1d599cd44af7e1c (diff) | |
download | unit-029942f4eb7196c2cff0d0e26bc6ff274138f7d8.tar.gz unit-029942f4eb7196c2cff0d0e26bc6ff274138f7d8.tar.bz2 |
I/O operations refactoring.
Diffstat (limited to 'test/nxt_lib_unit_test.c')
-rw-r--r-- | test/nxt_lib_unit_test.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/nxt_lib_unit_test.c b/test/nxt_lib_unit_test.c index 28397187..876416e5 100644 --- a/test/nxt_lib_unit_test.c +++ b/test/nxt_lib_unit_test.c @@ -77,10 +77,6 @@ main(int argc, char **argv) return 1; } - if (nxt_exp_approximation(thr) != NXT_OK) { - return 1; - } - if (nxt_rbtree_unit_test(thr, 100 * 1000) != NXT_OK) { return 1; } |