summaryrefslogtreecommitdiff
path: root/tests/Process_Strategy_Test.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-14 02:40:31 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-14 02:40:31 +0000
commit7c700763848359566990309f4d134fbf2be2c992 (patch)
tree88ef056cb1e6017d187a2ba605a209ab5a54dad7 /tests/Process_Strategy_Test.cpp
parent6ab51aaa2d12b0cec4df6efd2b76d17502df657e (diff)
downloadATCD-7c700763848359566990309f4d134fbf2be2c992.tar.gz
(~Process_Strategy): added an explicit destructor.
Diffstat (limited to 'tests/Process_Strategy_Test.cpp')
-rw-r--r--tests/Process_Strategy_Test.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Process_Strategy_Test.cpp b/tests/Process_Strategy_Test.cpp
index 4e7f9faeed0..d4c0ed3b159 100644
--- a/tests/Process_Strategy_Test.cpp
+++ b/tests/Process_Strategy_Test.cpp
@@ -95,6 +95,12 @@ Process_Strategy::Process_Strategy (size_t n_processes,
{
}
+// Destructor. g++ 2.7.2.3 gets very confused ("Internal compiler
+// error") without it.
+Process_Strategy::~Process_Strategy (void)
+{
+}
+
// Overwrite the process creation method to include connection
// counting
int