Merge "Bug 2983 - Throws ResultAlreadySet instead of IllegalStateException"
[yangtools.git] / yang / yang-parser-impl / src / test / resources / revisions / mod-1970-root.yang
1 module mod-1970-root {
2         namespace mod-1970-root;
3         prefix mod-1970-root;
4
5         include mod-1970-rev {
6                 revision-date "1970-01-01";
7         }
8 }