test/cmdline: fix missing break in switch
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 4 May 2017 15:38:21 +0000 (16:38 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 5 May 2017 16:36:55 +0000 (18:36 +0200)
commitf4e6ff881ffcdd1178550fc26a6343bbc8d36530
treec6394bfd932f27614a8a0a125e04cc09dbc7f824
parentb66c229db23bf0406179694226ea74bc43c25be5
test/cmdline: fix missing break in switch

Issue flagged by GCC 7 as a switch fall-through.

Fixes: dbb860e03eb1 ("cmdline: tests")
CC: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
test/test/test_cmdline_num.c