diff options
Diffstat (limited to 'cpp/test/Ice/hold/AllTests.cpp')
-rw-r--r-- | cpp/test/Ice/hold/AllTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/hold/AllTests.cpp b/cpp/test/Ice/hold/AllTests.cpp index 656afd3f066..929fdcf53b8 100644 --- a/cpp/test/Ice/hold/AllTests.cpp +++ b/cpp/test/Ice/hold/AllTests.cpp @@ -32,7 +32,7 @@ allTests(const Ice::CommunicatorPtr& communicator) cout << "changing state between active and hold rapidly... " << flush; for(int i = 0; i < 100; ++i) { - hold->putOnHold(0); + hold->putOnHold(0); } cout << "ok" << endl; |