Populate parser/ hierarchy
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / negative-scenario / duplicity / container-leaf.yang
diff --git a/yang/yang-parser-rfc7950/src/test/resources/negative-scenario/duplicity/container-leaf.yang b/yang/yang-parser-rfc7950/src/test/resources/negative-scenario/duplicity/container-leaf.yang
deleted file mode 100644 (file)
index 9679385..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-module container-leaf {
-    yang-version 1;
-    namespace "urn:simple.container.demo";
-    prefix "t1";
-
-    container foo {
-        description "foo container";
-    }
-
-    leaf foo {
-        type int8;
-    }
-
-}