Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / semantic-statement-parser / effective-module / submod.yang
1 submodule submod {
2         belongs-to "root" {
3                 prefix root;
4         }
5         revision "2000-01-01";
6 }