aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-02-05 13:34:12 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-02-06 11:21:55 +0100
commitcef38af05d64513be61ac3b387b471ce5ed120bc (patch)
tree55b70172791bd551428443f55697358d58b98d5c
parent4338b175cdbc12ce7c9302174d79d0fd93645cfe (diff)
downloadembedlog-cef38af05d64513be61ac3b387b471ce5ed120bc.tar.gz
embedlog-cef38af05d64513be61ac3b387b471ce5ed120bc.tar.bz2
embedlog-cef38af05d64513be61ac3b387b471ce5ed120bc.zip
support for librb-3.0.0
no_buildbot
-rw-r--r--tst/test-el-print.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tst/test-el-print.c b/tst/test-el-print.c
index 49da889..0a79abb 100644
--- a/tst/test-el-print.c
+++ b/tst/test-el-print.c
@@ -432,8 +432,7 @@ static void test_prepare(void)
el_option(EL_PRINT_LEVEL, 0);
el_option(EL_OUT, EL_OUT_CUSTOM);
memset(logbuf, 0, sizeof(logbuf));
- expected_logs = rb_new(1024, sizeof(struct log_message),
- O_NONTHREAD | O_NONBLOCK);
+ expected_logs = rb_new(1024, sizeof(struct log_message), 0);
}