tests: remove uses of uint 62/40762/4
authorEric Sun <esun@meraki.com>
Wed, 21 Jul 2021 22:28:47 +0000 (15:28 -0700)
committerDamjan Marion <dmarion@0xa5.net>
Mon, 6 May 2024 11:54:44 +0000 (11:54 +0000)
commitc353b3622bd25e51b650fed3b31d1897235ca573
treeb9b4fbaae7f344db4d6468aba58945fe24f4d51a
parent687707d0b8659765c27a18a749299d8ad31be234
tests: remove uses of uint

This change changes all instances of `uint` to `unsigned int` to avoid
use of the non-standard type. This fixes problems that some versions of
GCC may have.

Type: fix
Signed-off-by: Pierre Pfister <ppfister@cisco.com>
Change-Id: I08cce367c2a8f31efb2fccabcb8f699d801b0f8a
Signed-off-by: Eric Sun <esun@meraki.com>
src/plugins/unittest/policer_test.c