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