Migrate YANG inputs for yang-model-util
[yangtools.git] / model / yang-model-util / src / test / resources / yt1292.yang
diff --git a/model/yang-model-util/src/test/resources/yt1292.yang b/model/yang-model-util/src/test/resources/yt1292.yang
deleted file mode 100644 (file)
index 16a6e56..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-module foo {
-  namespace foo;
-  prefix foo;
-  yang-version 1.1;
-
-  rpc foo;
-
-  notification bar;
-
-  container baz {
-    action foo;
-
-    notification bar;
-  }
-}