summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ChangeLog6
-rw-r--r--ACE/tests/OS_Test.cpp2
2 files changed, 8 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 2a091c4ed32..a5afac60154 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Mon Mar 31 16:15:17 UTC 2008 Iliyan Jeliazkov <iliyan@ociweb.com>
+
+ * tests/tests.mpc:
+
+ Adding Intrusive_Auto_Ptr_Test to the list
+
Mon Mar 31 14:52:58 UTC 2008 Iliyan Jeliazkov <iliyan@ociweb.com>
* ace/Intrusive_Auto_Ptr.h:
diff --git a/ACE/tests/OS_Test.cpp b/ACE/tests/OS_Test.cpp
index 1d6665dba89..3189a56e7f3 100644
--- a/ACE/tests/OS_Test.cpp
+++ b/ACE/tests/OS_Test.cpp
@@ -963,6 +963,8 @@ last_error_test (void)
}
ACE_OS::last_error (0);
+
+ return 0;
}
int