Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-impl / src / test / resources / rfc7950 / include-import-stmt-test / invalid-import-10 / import-test-imported.yang
1 module import-test-imported {
2     yang-version 1.1;
3     namespace "urn:opendaylight:imported-module";
4     prefix "import-test-imported";
5
6     revision 2016-12-12 {
7         description "Initial revision";
8     }
9
10 }