Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / bug7480 / files / baz.yang
1 module baz {
2     namespace baz;
3     prefix baz;
4     yang-version 1.1;
5
6     import baz-imp { prefix baz-imp; }
7 }