Populate parser/ hierarchy
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / YT1189 / foo.yang
diff --git a/yang/yang-parser-rfc7950/src/test/resources/bugs/YT1189/foo.yang b/yang/yang-parser-rfc7950/src/test/resources/bugs/YT1189/foo.yang
deleted file mode 100644 (file)
index c2896b8..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-module foo {
-  namespace "foo";
-  prefix "foo";
-
-  container cont;
-
-  // Invalid: the path should be absolute
-  augment "cont" {
-
-  }
-}