From 3e71d9e1a29bc8169452b039bb723406ff8ef0fe Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 30 Jul 2019 12:45:29 +0200 Subject: Fixes for C++ & Swift generated code - Close #458 --- cpp/test/Ice/scope/Client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/Ice/scope/Client.cpp') diff --git a/cpp/test/Ice/scope/Client.cpp b/cpp/test/Ice/scope/Client.cpp index 5056556c80b..8f2105c8291 100644 --- a/cpp/test/Ice/scope/Client.cpp +++ b/cpp/test/Ice/scope/Client.cpp @@ -19,7 +19,7 @@ void Client::run(int argc, char** argv) { Ice::CommunicatorHolder communicator = initialize(argc, argv); - cout << "test same Slice type name in different scopes... " << flush; + cout << "test using same type name in different Slice modules... " << flush; void allTests(Test::TestHelper*); allTests(this); cout << "ok" << endl; -- cgit v1.2.3