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 / cycle-yin.yang
1 module cycle-yin {
2     namespace cycle-yin;
3     prefix cyi;
4
5     import cycle-yang {
6         prefix cya;
7     }
8 }