diff options
author | Marc Laukien <marc@zeroc.com> | 2006-03-01 00:08:38 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2006-03-01 00:08:38 +0000 |
commit | 5ea2fd42a314096f06fa7805f8ce5d318d9acedf (patch) | |
tree | 559d147eccfc8583ef6301a1768d5741b917c538 /cpp/test/IceUtil/inputUtil/Client.cpp | |
parent | retry fix (diff) | |
download | ice-5ea2fd42a314096f06fa7805f8ce5d318d9acedf.tar.bz2 ice-5ea2fd42a314096f06fa7805f8ce5d318d9acedf.tar.xz ice-5ea2fd42a314096f06fa7805f8ce5d318d9acedf.zip |
AMI retry fixes; added missing file
Diffstat (limited to 'cpp/test/IceUtil/inputUtil/Client.cpp')
-rw-r--r-- | cpp/test/IceUtil/inputUtil/Client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceUtil/inputUtil/Client.cpp b/cpp/test/IceUtil/inputUtil/Client.cpp index 940c00924e0..105950c8317 100644 --- a/cpp/test/IceUtil/inputUtil/Client.cpp +++ b/cpp/test/IceUtil/inputUtil/Client.cpp @@ -33,7 +33,7 @@ const Int64 Int64Max = 0x7fffffffffffffffLL; int main(int, char**) { - cout << "testing string-to-64-bit integer conversion... "; + cout << "testing string-to-64-bit integer conversion... " << flush; bool b; Int64 result; @@ -111,7 +111,7 @@ main(int, char**) cout << "ok" << endl; - cout << "testing string to command line arguments... "; + cout << "testing string to command line arguments... " << flush; vector<string> args; test(IceUtil::Options::split("").empty()); |