diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_string.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_string.py b/test/test_string.py index ed7b8cdf88d..51c6a141402 100644 --- a/test/test_string.py +++ b/test/test_string.py @@ -33,7 +33,7 @@ class TestString(VppTestCase): "memcmp_s", "memcpy_s", "memset_s ", "strcat_s", "strcmp_s", "strcpy_s", "strncat_s", "strncmp_s", "strncpy_s", - "strnlen_s", "strstr_s", "strtok_s"] + "strnlen_s", "strstr_s", "strtok_s", "clib_count_equal"] for name in names: error = self.vapi.cli("test string " + name) |