Populate parser/ hierarchy
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / bug7424 / foo-rpc.yang
diff --git a/yang/yang-parser-rfc7950/src/test/resources/bugs/bug7424/foo-rpc.yang b/yang/yang-parser-rfc7950/src/test/resources/bugs/bug7424/foo-rpc.yang
deleted file mode 100644 (file)
index 10828f9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-module foo {
-    namespace foo;
-    prefix foo;
-    yang-version 1.1;
-
-    container name {
-    }
-
-    rpc name {
-    }
-}