summaryrefslogtreecommitdiff
path: root/ACE/tests/Bug_2659_Regression_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Bug_2659_Regression_Test.cpp')
-rw-r--r--ACE/tests/Bug_2659_Regression_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Bug_2659_Regression_Test.cpp b/ACE/tests/Bug_2659_Regression_Test.cpp
index 2dd48ea3bce..84f1fb74382 100644
--- a/ACE/tests/Bug_2659_Regression_Test.cpp
+++ b/ACE/tests/Bug_2659_Regression_Test.cpp
@@ -147,7 +147,7 @@ run_main (int, ACE_TCHAR *[])
}
while (!reactor_task_ready) {
- ACE_OS:: sleep (1);
+ ACE_OS::sleep (1);
}
if (thread_manager->kill_all (SIGUSR1) == -1) {