Populate parser/ hierarchy
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / bug8307 / bar.yang
diff --git a/yang/yang-parser-rfc7950/src/test/resources/bugs/bug8307/bar.yang b/yang/yang-parser-rfc7950/src/test/resources/bugs/bug8307/bar.yang
deleted file mode 100644 (file)
index 46e15df..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-module bar {
-    namespace bar-ns;
-    prefix bar-prefix;
-
-    import foo {
-        prefix foo;
-        revision-date 2017-05-16;
-    }
-
-    revision 2017-05-16;
-
-    deviation "/foo:my-foo-cont-a" {
-        deviate not-supported;
-    }
-
-    container my-bar-cont-a {}
-
-    container my-bar-cont-b {}
-}
\ No newline at end of file