Populate parser/ hierarchy
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / rfc7950 / action-stmt / foo-invalid.yang
diff --git a/yang/yang-parser-rfc7950/src/test/resources/rfc7950/action-stmt/foo-invalid.yang b/yang/yang-parser-rfc7950/src/test/resources/rfc7950/action-stmt/foo-invalid.yang
deleted file mode 100644 (file)
index 3ada723..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-module foo-invalid {
-    namespace foo-namespace;
-    prefix foo-prefix;
-    yang-version 1.1;
-
-    revision 2016-12-13;
-
-    rpc my-rpc {
-        input {
-            container in {
-            }
-        }
-        output {
-            container out {
-            }
-        }
-    }
-
-    grouping grouping-with-action {
-        action action-in-grouping {
-        }
-    }
-
-    augment "/my-rpc/input/in" {
-        uses grouping-with-action;
-    }
-}
\ No newline at end of file