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 c599cf1d3b8..c507c7559ca 100644 --- a/test/test_string.py +++ b/test/test_string.py @@ -32,7 +32,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", "clib_count_equal"] + "strnlen_s", "strstr_s", "strtok_s"] for name in names: error = self.vapi.cli("test string " + name) |