BUG-865: remove references to obsolete types
[netconf.git] / restconf / sal-rest-connector / src / test / resources / nn-to-xml / yang / basic-module.yang
index 9c61d47b1fb6add79ea8ad0a9e82b0dc799b3aab..992c9af00ca9ff2d600c49566795625a01c45d57 100644 (file)
@@ -97,10 +97,15 @@ module basic-module {
             }
         }
 
+        leaf lfLfrefNegative {
+            type leafref {
+                path "/cont/not-existing";
+            }
+        }
+
         leaf lfInIdentifier {
             type instance-identifier;
         }
 
     }
-
 }