Increased version of binding-generator to 0.5.5-SNAPSHOT.
[controller.git] / opendaylight / sal / yang-prototype / yang / yang-model-parser-impl / src / test / resources / negative-scenario / duplicity / container-leaf.yang
diff --git a/opendaylight/sal/yang-prototype/yang/yang-model-parser-impl/src/test/resources/negative-scenario/duplicity/container-leaf.yang b/opendaylight/sal/yang-prototype/yang/yang-model-parser-impl/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;
-    }
-
-}