Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / semantic-statement-parser / identityreftest.yang
1 module identity-ref-test {
2     yang-version 1;
3     namespace "urn:irt";
4     prefix "irt";
5
6     organization "opendaylight";
7     contact "http://www.opendaylight.org/";
8
9     revision "2015-06-03" {
10         reference "Initial revision.";
11     }
12
13     identity my-type;
14 }