summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-09-01 16:20:17 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-09-01 16:20:17 +0000
commit1dbbdbdb058113ba774662ff3971e0703c1a56ac (patch)
treeb2ab1f24bef23f149e09fd376d537a6064f73f83 /tests
parentbb1cfb50953971dbda0c3a538725a99f1fb9470d (diff)
downloadATCD-1dbbdbdb058113ba774662ff3971e0703c1a56ac.tar.gz
ChangeLogTag:Wed Sep 1 11:18:26 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'tests')
-rw-r--r--tests/Reactor_Notify_Test.cpp4
-rw-r--r--tests/run_tests.lst2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/Reactor_Notify_Test.cpp b/tests/Reactor_Notify_Test.cpp
index db58558498a..410ad74a386 100644
--- a/tests/Reactor_Notify_Test.cpp
+++ b/tests/Reactor_Notify_Test.cpp
@@ -394,6 +394,6 @@ main (int, ASYS_TCHAR *[])
template class auto_ptr<ACE_Reactor>;
template class auto_ptr<ACE_Select_Reactor>;
#else
-#pragma instantiate auto_ptr<ACE_Reactor>
-#pragma instantiate auto_ptr<ACE_Select_Reactor>
+#pragma instantiate auto_ptr <ACE_Reactor>
+#pragma instantiate auto_ptr <ACE_Select_Reactor>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
diff --git a/tests/run_tests.lst b/tests/run_tests.lst
index feca2cbf820..1a79380492d 100644
--- a/tests/run_tests.lst
+++ b/tests/run_tests.lst
@@ -25,7 +25,7 @@ SOCK_Connector_Test
SOCK_Send_Recv_Test
Task_Test
Unicos/Thread_Manager_Test
-Process_Manager_Test
+DISABLED/Process_Manager_Test
Thread_Pool_Test
Future_Test
Future_Set_Test