summaryrefslogtreecommitdiff
path: root/tests/cxx-type.at
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2018-08-12 14:53:59 +0200
committerAkim Demaille <akim.demaille@gmail.com>2018-08-14 06:15:41 +0200
commite3b7c0182073c96a2717090c6f30a9526d6b0387 (patch)
tree5e433a6037548c99e4bd3e9afa123ea6833f32ec /tests/cxx-type.at
parent5cc57032391f221f6c83eaacd8e9839a24739a00 (diff)
downloadbison-e3b7c0182073c96a2717090c6f30a9526d6b0387.tar.gz
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.
Diffstat (limited to 'tests/cxx-type.at')
-rw-r--r--tests/cxx-type.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx-type.at b/tests/cxx-type.at
index 54b055a3..cf58cf85 100644
--- a/tests/cxx-type.at
+++ b/tests/cxx-type.at
@@ -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;