Validate cross-revision imports and includes
[yangtools.git] / parser / rfc8040-parser-support / src / test / resources / yang-data-extension-test / foo-invalid-1.yang
index b56ac4d21d7c494b4d3b63a082a59359c7a4a457..00c66ed733ba87e9bc8e71ab3eb4fcc28d7364a9 100644 (file)
@@ -4,7 +4,6 @@ module foo {
 
     import ietf-restconf {
         prefix rc;
-        revision-date 2017-01-26;
     }
 
     revision 2017-06-01;
@@ -12,4 +11,4 @@ module foo {
     rc:yang-data "my-yang-data" {
         // missing top level container = should throw an exception
     }
-}
\ No newline at end of file
+}