Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-impl / src / test / resources / rfc7950 / bug6871 / baz10.yang
1 module baz10 {
2     namespace baz10-namespace;
3     prefix baz10-prefix;
4     yang-version 1;
5
6     revision 2016-12-14;
7
8     rpc my-rpc {
9         output {
10             must "baz != bar";
11             must "x = y";
12         }
13     }
14 }