Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-impl / src / test / resources / deviation-resolution-test / deviation-add / bar-invalid-2.yang
1 module bar {
2     namespace bar;
3     prefix bar;
4
5     revision 2017-01-20;
6
7     leaf my-leaf {
8         type int32;
9         default 100;
10     }
11 }