Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug6961 / baz.yang
1 module baz {
2     namespace "baz";
3     prefix baz;
4     revision 2016-01-01;
5
6     leaf baz-leaf {
7         type string;
8     }
9 }