commit | afac782413cc99ce4944cbf466c9c33e2d01f1d8 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue Oct 20 14:22:26 2020 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Oct 21 10:54:57 2020 +0200 |
tree | c8256c09857b15b58154aa9aa840bc5bdc1e19c1 | |
parent | cfaff23148059f7c1e4925cfed4b6c1ca478e95e [diff] [blame] |
libyang REFACTOR printer -> in, parser -> out
diff --git a/tests/utests/schema/test_printer_yin.c b/tests/utests/schema/test_printer_yin.c index 72ad01f..dcb5925 100644 --- a/tests/utests/schema/test_printer_yin.c +++ b/tests/utests/schema/test_printer_yin.c
@@ -23,7 +23,7 @@ #include "common.h" #include "context.h" -#include "printer.h" +#include "out.h" #include "printer_schema.h" #include "tree_schema.h"