From 60cc099df46e1cbcb7b37be3fe455978f800887f Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Wed, 23 Oct 2024 18:50:46 -0500 Subject: T6718: update tests Update tests, as appropriate: for example, the Vyconf config file grammar is distinct from the one currently used in vyos1x-config, consequently the curly_parser_test is not included. --- test/vylist_test.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/vylist_test.ml') diff --git a/test/vylist_test.ml b/test/vylist_test.ml index c6bd993..1bcf21b 100644 --- a/test/vylist_test.ml +++ b/test/vylist_test.ml @@ -1,5 +1,7 @@ +[@@@ocaml.warning "-27"] + open OUnit2 -open Vylist +open Vyos1x.Vylist (* Searching for an element that is in the list gives Some that_element *) let test_find_existent test_ctxt = -- cgit v1.2.3