Populate parser/ hierarchy
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / YT1212 / container.yang
diff --git a/yang/yang-parser-rfc7950/src/test/resources/bugs/YT1212/container.yang b/yang/yang-parser-rfc7950/src/test/resources/bugs/YT1212/container.yang
deleted file mode 100644 (file)
index e797b44..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-module foo {
-  namespace foo;
-  prefix foo;
-
-  notification foo {
-    grouping grp {
-      container baz {
-        description "desc";
-        reference "ref";
-      }
-    }
-
-    grouping bar {
-      uses grp;
-    }
-
-    container bar {
-      uses bar;
-    }
-  }
-}
-