Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / semantic-statement-parser / include-arg-parsing / root-module.yang
1 module root-module {
2     prefix rm;
3     namespace rm;
4
5     include "submodule-1";
6 }