Populate parser/ hierarchy
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / negative-scenario / duplicity / typedef.yang
diff --git a/yang/yang-parser-rfc7950/src/test/resources/negative-scenario/duplicity/typedef.yang b/yang/yang-parser-rfc7950/src/test/resources/negative-scenario/duplicity/typedef.yang
deleted file mode 100644 (file)
index b4ec590..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-module typedef {
-    yang-version 1;
-    namespace "urn:simple.container.demo";
-    prefix "t1";
-
-    typedef int-ext {
-        type int32;
-    }
-
-    typedef int-ext {
-        type int16;
-    }
-
-}