diff options
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/Ice/operations/BatchOneways.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/Ice/operations/BatchOneways.cpp b/cpp/test/Ice/operations/BatchOneways.cpp index 733ba3fceb5..7749e88be68 100644 --- a/cpp/test/Ice/operations/BatchOneways.cpp +++ b/cpp/test/Ice/operations/BatchOneways.cpp @@ -16,9 +16,9 @@ using namespace std; void batchOneways(const Test::MyClassPrx& p) { - const Test::ByteS bs1(10 * 1024, 0); - const Test::ByteS bs2(99 * 1024, 0); - const Test::ByteS bs3(100 * 1024, 0); + const Test::ByteS bs1(10 * 1024); + const Test::ByteS bs2(99 * 1024); + const Test::ByteS bs3(100 * 1024); try { |