aboutsummaryrefslogtreecommitdiff
path: root/test/common/bufferedreadstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/common/bufferedreadstream.h')
-rw-r--r--test/common/bufferedreadstream.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/common/bufferedreadstream.h b/test/common/bufferedreadstream.h
index 7733949d9a..2644745af2 100644
--- a/test/common/bufferedreadstream.h
+++ b/test/common/bufferedreadstream.h
@@ -13,8 +13,7 @@ class BufferedReadStreamTestSuite : public CxxTest::TestSuite {
// refilled.
Common::BufferedReadStream srs(&ms, 4);
- int i;
- byte b;
+ byte i, b;
for (i = 0; i < 10; ++i) {
TS_ASSERT( !srs.eos() );