Populate parser/ hierarchy
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / bug5335 / incorrect / case-2 / bar.yang
diff --git a/yang/yang-parser-rfc7950/src/test/resources/bugs/bug5335/incorrect/case-2/bar.yang b/yang/yang-parser-rfc7950/src/test/resources/bugs/bug5335/incorrect/case-2/bar.yang
deleted file mode 100644 (file)
index a47749c..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-module bar {
-    namespace "bar";
-    prefix bar;
-    yang-version 1;
-
-    import foo { prefix foo; revision-date 2016-03-04; }
-
-    revision "2016-03-04" {
-        description "test";
-    }
-
-    augment "/foo:root/foo:presence-container" {
-        leaf mandatory-leaf {
-            type string;
-            mandatory true;
-        }
-    }
-}