BUG-4688: eliminate SimpleDateFormatUtil.DEFAULT_DATE_REV
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug7038 / bar.yang
index fa6f4841b8183c47fef5459ef5f14775088f55ed..c9cd57bfb7de61e351d2c701d49afba0acddbd98 100644 (file)
@@ -2,7 +2,7 @@ module bar {
     namespace bar;
     prefix bar;
 
-    import foo { prefix decimal64; revision-date 1970-01-01; }
+    import foo { prefix decimal64; }
 
     decimal64:decimal64 decimal64;
 }