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