Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / bug7879 / my-model.yang
1 module my-model {
2
3   namespace my-model-ns;
4   prefix my-model-pfx;
5
6   include my-model-alarms;
7
8 }