This is an automated email from the ASF dual-hosted git repository. bneradt pushed a commit to branch cpp-20 in repository https://gitbox.apache.org/repos/asf/trafficserver-libswoc.git
commit b350b8cab50555665be2628ecd2779b6a94d063f Author: Alan M. Carroll <[email protected]> AuthorDate: Wed May 3 12:51:51 2023 -0500 Lexicon: testing updates. --- unit_tests/test_Lexicon.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/unit_tests/test_Lexicon.cc b/unit_tests/test_Lexicon.cc index 3f7a7af..643493f 100644 --- a/unit_tests/test_Lexicon.cc +++ b/unit_tests/test_Lexicon.cc @@ -216,7 +216,6 @@ TEST_CASE("Lexicon Constructor", "[libts][Lexicon]") }; -#if 0 TEST_CASE("Lexicon Constructor 2", "[libts][Lexicon]") { // Check the various construction cases @@ -239,4 +238,3 @@ TEST_CASE("Lexicon Constructor 2", "[libts][Lexicon]") REQUIRE(v5["q"] == INVALID); REQUIRE(v5[C] == "Invalid"); } -#endif
