commit | 1aefdf745d3eeb2631317cd2cabb3625733021d2 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Thu Nov 01 11:01:39 2018 +0100 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Thu Nov 01 11:01:39 2018 +0100 |
tree | 8c815824e7c65e3891d31191117848a00f3cb840 | |
parent | d14e969ff78ee3d3df92baec319c38e7e8e6354e [diff] [blame] |
tests CHANGE enhance feature tests
diff --git a/tests/src/test_context.c b/tests/src/test_context.c index 040b993..425500f 100644 --- a/tests/src/test_context.c +++ b/tests/src/test_context.c
@@ -279,7 +279,7 @@ struct ly_ctx *ctx; const char *str; - const struct lys_module *mod1, *mod2; + struct lys_module *mod1, *mod2; /* invalid arguments */ assert_int_equal(0, ly_ctx_get_module_set_id(NULL));