Populate parser/ hierarchy
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / rfc7950 / include-import-stmt-test / valid-11 / root-module.yang
diff --git a/yang/yang-parser-rfc7950/src/test/resources/rfc7950/include-import-stmt-test/valid-11/root-module.yang b/yang/yang-parser-rfc7950/src/test/resources/rfc7950/include-import-stmt-test/valid-11/root-module.yang
deleted file mode 100644 (file)
index 5232966..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-module root-module {
-    yang-version 1.1;
-    namespace "urn:opendaylight.org:root-module";
-    prefix "rtm";
-
-    include child-module {
-        description "Yang 1.1: Allow description and reference in include and import.";
-        reference "https://tools.ietf.org/html/rfc7950 section-7.1.5/6";
-    }
-
-    include child-module-1;
-
-    import imported-module {
-        prefix "imported-module";
-        revision-date "2016-12-12";
-        description "Yang 1.1: Allow description and reference in include and import.";
-        reference "https://tools.ietf.org/html/rfc7950 section-7.1.5/6";
-    }
-
-    leaf new-leaf {
-        type new-string-type;
-    }
-}
\ No newline at end of file