Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / semantic-statement-parser / import-arg-parsing / human.yang
1 module human {
2     namespace human;
3     prefix hum;
4
5     import mammal {
6         prefix mammal;
7     }
8 }