Migrate YANG inputs for yang-data-codec-gson
[yangtools.git] / codec / yang-data-codec-gson / src / test / resources / yt1027 / yt1027.yang
diff --git a/codec/yang-data-codec-gson/src/test/resources/yt1027/yt1027.yang b/codec/yang-data-codec-gson/src/test/resources/yt1027/yt1027.yang
deleted file mode 100644 (file)
index 12e756b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-module yt1027 {
-  namespace "yt1027.test";
-  prefix tst;
-
-  leaf uint64 {
-    type uint64;
-  }
-  leaf int64 {
-    type int64;
-  }
-  leaf decimal {
-    type decimal64 {
-      fraction-digits 1;
-    }
-  }
-}
-