diff options
Diffstat (limited to 'cpp/test/Ice/gc/Client.cpp')
-rw-r--r-- | cpp/test/Ice/gc/Client.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/test/Ice/gc/Client.cpp b/cpp/test/Ice/gc/Client.cpp index 0936f6b2b50..42a7f051f98 100644 --- a/cpp/test/Ice/gc/Client.cpp +++ b/cpp/test/Ice/gc/Client.cpp @@ -614,10 +614,6 @@ MyApplication::run(int argc, char* argv[]) cout << "ok" << endl; -#if defined(_AIX) - cout << "The following test may take a long time (like one full minute); please be patient." << endl; -#endif - cout << "testing for race conditions... " << flush; string seedfile = argv[1]; ofstream file(seedfile.c_str()); |