Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-impl / src / test / resources / revisions / nowhere-root.yang
1 module nowhere-root {
2     namespace nowhere-root;
3     prefix nowhere-root;
4
5     include nowhere-rev;
6 }