Populate parser/ hierarchy
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / case-test / case-test-exceptions / choice / foo.yang
diff --git a/yang/yang-parser-rfc7950/src/test/resources/case-test/case-test-exceptions/choice/foo.yang b/yang/yang-parser-rfc7950/src/test/resources/case-test/case-test-exceptions/choice/foo.yang
deleted file mode 100644 (file)
index febd3ad..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-module foo {
-    yang-version 1;
-    namespace "foo";
-    prefix "fo";
-
-    revision "2015-09-09" {
-            reference "NO REF";
-    }
-
-    container root-ftn {
-        config false;
-        choice choice-ftn {
-            config true;
-            case case-ftn {
-                container c-ftn {
-                }
-            }
-        }
-    }
-}