Populate parser/ hierarchy
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / deviation-resolution-test / deviation-not-supported / root.yang
diff --git a/yang/yang-parser-rfc7950/src/test/resources/deviation-resolution-test/deviation-not-supported/root.yang b/yang/yang-parser-rfc7950/src/test/resources/deviation-resolution-test/deviation-not-supported/root.yang
deleted file mode 100644 (file)
index 6a19cbc..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-module root {
-    namespace root;
-    prefix root;
-
-    import imported {
-        prefix imp;
-        revision-date 2017-01-20;
-    }
-
-    revision 2017-01-20;
-
-    deviation "/imp:my-cont-a/imp:my-leaf-a1" {
-        deviate not-supported;
-    }
-
-    deviation "/imp:my-cont-a/imp:my-leaf-a2" {
-        deviate not-supported;
-    }
-
-    deviation "/imp:my-cont-b" {
-        deviate not-supported;
-    }
-
-    deviation "/imp:my-cont-c/imp:my-leaf-c3" {
-        deviate not-supported;
-    }
-}
\ No newline at end of file