Cleaned up Java Binding code from YANG Tools
[mdsal.git] / code-generator / binding-java-api-generator / src / test / resources / compilation / bug1377 / foo.yang
diff --git a/code-generator/binding-java-api-generator/src/test/resources/compilation/bug1377/foo.yang b/code-generator/binding-java-api-generator/src/test/resources/compilation/bug1377/foo.yang
deleted file mode 100644 (file)
index b31a891..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-module foo {
-  namespace "urn:test:foo";
-  prefix foo;
-
-  revision 2014-07-17 {
-  }
-
-
-    grouping action {
-        choice action {
-            case output-action-case {
-                container output-action {
-                    leaf id {
-                        type string;
-                    }
-                }
-            }
-        }
-    }
-
-}