Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug7480 / main-source-lib-source-conflict-test / parent-module.yang
1 module parent-module {
2     namespace pm-ns;
3     prefix pm;
4
5     include child-module;
6
7     container parent-mod-cont {}
8 }