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