diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-03-29 17:41:41 +0600 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-03-29 17:41:41 +0600 |
commit | 86a5e1a1a62474b22e0f8435228acd88c8813330 (patch) | |
tree | 66375a6f37824cf74a46499742309ce2c6327327 | |
parent | 22cdc884803f93565ab3e21d3f327bba4de825ad (diff) | |
download | vyconf-86a5e1a1a62474b22e0f8435228acd88c8813330.tar.gz vyconf-86a5e1a1a62474b22e0f8435228acd88c8813330.zip |
Missing test in the tree testsuite.
-rw-r--r-- | test/vyconf_tree_test.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/vyconf_tree_test.ml b/test/vyconf_tree_test.ml index 3e9a0e0..51707a8 100644 --- a/test/vyconf_tree_test.ml +++ b/test/vyconf_tree_test.ml @@ -103,6 +103,7 @@ let suite = "test_delete_nonexistent" >:: test_delete_nonexistent; "test_get_immediate_child" >:: test_get_immediate_child; "test_get_child_multilevel" >:: test_get_child_multilevel; + "test_get_child_nonexistent" >:: test_get_child_nonexistent; ] let () = |