Remove binding spec2
[mdsal.git] / binding2 / mdsal-binding2-generator-impl / src / test / resources / generator / test-union.yang
diff --git a/binding2/mdsal-binding2-generator-impl/src/test/resources/generator/test-union.yang b/binding2/mdsal-binding2-generator-impl/src/test/resources/generator/test-union.yang
deleted file mode 100644 (file)
index 57bd08d..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-module test-union {
-    yang-version 1;
-
-    namespace "urn:test:simple:test:union";
-    prefix test-union;
-    organization "test.union.org";
-    revision "2017-03-08";
-
-    typedef my-union {
-        type union {
-              type int32;
-              type string;
-        }
-    }
-
-}
\ No newline at end of file