Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-impl / src / test / resources / import-revision-date-test / imported-module-without-revision-date.yang
1 module imported-module-without-revision-date {
2     namespace "urn:opendaylight.org/imported-module-without-revision-date";
3     prefix "imported-without-date";
4
5 }