diff options
Diffstat (limited to 'cpp/test/Ice/location/AllTests.cpp')
-rw-r--r-- | cpp/test/Ice/location/AllTests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/location/AllTests.cpp b/cpp/test/Ice/location/AllTests.cpp index 1f6f43dbd1d..2a6966a80a6 100644 --- a/cpp/test/Ice/location/AllTests.cpp +++ b/cpp/test/Ice/location/AllTests.cpp @@ -331,7 +331,7 @@ allTests(const Ice::CommunicatorPtr& communicator, const string& ref) for(i = 0; i < 1000; i++) { auto result = make_shared<promise<void>>(); - hello->sayHello_async( + hello->sayHelloAsync( [result]() { result->set_value(); @@ -357,7 +357,7 @@ allTests(const Ice::CommunicatorPtr& communicator, const string& ref) for(i = 0; i < 1000; i++) { auto result = make_shared<promise<void>>(); - hello->sayHello_async( + hello->sayHelloAsync( [result]() { test(false); |