diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-09 20:05:16 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-09 20:05:16 +0000 |
commit | 1fa5d923a5acbca4fb06f18081b77e5ca83b0fd2 (patch) | |
tree | 673145e3888afb935cde5b58e89201931f97d171 /tests/DLList_Test.cpp | |
parent | 42df49835ec89cfc0a398ab5be4b3ff3fd0eee03 (diff) | |
download | ATCD-1fa5d923a5acbca4fb06f18081b77e5ca83b0fd2.tar.gz |
Removed DLL_Test and added DLList_Test
Diffstat (limited to 'tests/DLList_Test.cpp')
-rw-r--r-- | tests/DLList_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/DLList_Test.cpp b/tests/DLList_Test.cpp index 7d079b5d963..9352e50b4a7 100644 --- a/tests/DLList_Test.cpp +++ b/tests/DLList_Test.cpp @@ -109,7 +109,7 @@ run_test (void) int main (int, ASYS_TCHAR *[]) { - ACE_START_TEST (ASYS_TEXT ("ACE_DLList_Test")); + ACE_START_TEST (ASYS_TEXT ("DLList_Test")); run_test (); |