Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / if-feature-resolution-test / bar.yang
1 module bar {
2     namespace "bar-namespace";
3     prefix "bar-prefix";
4
5     container bar-cont {
6         leaf bar-cont-leaf {
7             type string;
8         }
9     }
10 }