| commit | b350b8cab50555665be2628ecd2779b6a94d063f | [log] [tgz] |
|---|---|---|
| author | Alan M. Carroll <amc@apache.org> | Wed May 03 12:51:51 2023 -0500 |
| committer | Alan M. Carroll <amc@apache.org> | Wed May 03 13:05:55 2023 -0500 |
| tree | 888154c7dff09b9ec9c64840158bdb6d3df4f982 | |
| parent | 0bd48a10061c019c4ba7d945c59f97709111a7f7 [diff] |
Lexicon: testing updates.
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 @@ }; -#if 0 TEST_CASE("Lexicon Constructor 2", "[libts][Lexicon]") { // Check the various construction cases @@ -239,4 +238,3 @@ REQUIRE(v5["q"] == INVALID); REQUIRE(v5[C] == "Invalid"); } -#endif