]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_table.c
app/test: rename acl function to lowercase
[dpdk.git] / app / test / test_table.c
index de6c27dc659b85df3c0875cce025524a7a91025a..676dab23dc3171a2b78c1d911d8c06f74775949f 100644 (file)
@@ -192,7 +192,7 @@ test_table(void)
 
 #ifdef RTE_LIBRTE_ACL
        printf("\n\n\n\n************ACL tests************\n");
-       if (test_table_ACL() < 0)
+       if (test_table_acl() < 0)
                return -1;
 #endif