Populate parser/ hierarchy
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / bug6491 / withoutRevision / bar.yang
diff --git a/yang/yang-parser-rfc7950/src/test/resources/bugs/bug6491/withoutRevision/bar.yang b/yang/yang-parser-rfc7950/src/test/resources/bugs/bug6491/withoutRevision/bar.yang
deleted file mode 100644 (file)
index ee4c238..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-module bar {
-    namespace "bar";
-    prefix bar;
-
-    import foo {
-        prefix foo;
-    }
-
-    leaf bar-leaf {
-        type string;
-    }
-}
\ No newline at end of file