Remove binding spec2
[mdsal.git] / binding2 / mdsal-binding2-generator-impl / src / test / resources / base / test-union.yang
diff --git a/binding2/mdsal-binding2-generator-impl/src/test/resources/base/test-union.yang b/binding2/mdsal-binding2-generator-impl/src/test/resources/base/test-union.yang
deleted file mode 100644 (file)
index 8752d83..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-module test-union-module {
-    yang-version 1.1;
-
-    namespace "urn:test:simple:union";
-    prefix tlfb;
-    organization "leaf.union.org";
-    revision "2017-03-14";
-
-    leaf foo {
-        type union {
-            type int32;
-            type enumeration {
-              enum "en";
-            }
-        }
-        description "I am leaf.";
-    }
-}
\ No newline at end of file