Populate parser/ hierarchy
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / rfc7950 / bug6871 / baz10.yang
diff --git a/yang/yang-parser-rfc7950/src/test/resources/rfc7950/bug6871/baz10.yang b/yang/yang-parser-rfc7950/src/test/resources/rfc7950/bug6871/baz10.yang
deleted file mode 100644 (file)
index 25e1640..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-module baz10 {
-    namespace baz10-namespace;
-    prefix baz10-prefix;
-    yang-version 1;
-
-    revision 2016-12-14;
-
-    rpc my-rpc {
-        output {
-            must "baz != bar";
-            must "x = y";
-        }
-    }
-}
\ No newline at end of file