Populate parser/ hierarchy
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / bug5946 / foo-invalid.yang
diff --git a/yang/yang-parser-rfc7950/src/test/resources/bugs/bug5946/foo-invalid.yang b/yang/yang-parser-rfc7950/src/test/resources/bugs/bug5946/foo-invalid.yang
deleted file mode 100644 (file)
index c5cdf73..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-module foo-invalid {
-    namespace "foo";
-    prefix foo;
-    yang-version 1;
-
-    revision 2016-05-26 {
-        description "test";
-    }
-
-    list simple-unique {
-        key "k";
-        leaf k {
-            type string;
-        }
-        unique "/simple-unique/l1";
-        leaf l1 {
-            type string;
-        }
-    }
-}