From 1479a24f86b0fa2c78f19b0d32c237bce9b33f8c Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Wed, 18 Mar 2009 09:36:39 +1000 Subject: Fixed minor typo in test output. --- cpp/test/Ice/stringConverter/Client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/Ice/stringConverter/Client.cpp') diff --git a/cpp/test/Ice/stringConverter/Client.cpp b/cpp/test/Ice/stringConverter/Client.cpp index 0baf9636b56..fe5600e5021 100644 --- a/cpp/test/Ice/stringConverter/Client.cpp +++ b/cpp/test/Ice/stringConverter/Client.cpp @@ -156,7 +156,7 @@ Client::run(int, char*[]) { cout << " (using iconv)"; } - cout << "..." << flush; + cout << "... " << flush; wstring wmsg = clientPrx->widen(msg); test(clientPrx->narrow(wmsg) == msg); test(wmsg.size() == msg.size()); -- cgit v1.2.3