style: tests: remove useless reference to 'int' in integral types

* tests/actions.at, tests/cxx-type.at: Prefer 'unsigned' to 'unsigned
int'.  Likewise for long and short.
This commit is contained in:
Akim Demaille
2018-08-12 14:53:59 +02:00
parent 5cc5703239
commit e3b7c01820
2 changed files with 3 additions and 3 deletions

View File

@@ -139,7 +139,7 @@ main (int argc, char **argv)
{
char buffer[256];
int c;
unsigned int i;
unsigned i;
static int lineNum = 1;
static int colNum = 0;