summaryrefslogtreecommitdiff
path: root/tests/OrdMultiSet_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/OrdMultiSet_Test.cpp')
-rw-r--r--tests/OrdMultiSet_Test.cpp14
1 files changed, 5 insertions, 9 deletions
diff --git a/tests/OrdMultiSet_Test.cpp b/tests/OrdMultiSet_Test.cpp
index 1b375be84b7..804af5ab9a5 100644
--- a/tests/OrdMultiSet_Test.cpp
+++ b/tests/OrdMultiSet_Test.cpp
@@ -9,12 +9,13 @@
// OrdMultiSet_Test.cpp
//
// = DESCRIPTION
-// This is a simple test of the ACE_Ordered_MultiSet and
-// ACE_Ordered_MultiSet_Iterator class templates, instantiating them with
-// type int. No command line arguments are needed to run the test.
+// This is a simple test of the <ACE_Ordered_MultiSet> and
+// <ACE_Ordered_MultiSet_Iterator> class templates, instantiating
+// them with type int. No command line arguments are needed to run
+// the test.
//
// = AUTHOR
-// Chris Gill
+// Chris Gill <cdgill@cs.wustl.edu>
//
// ============================================================================
@@ -26,11 +27,6 @@
ACE_RCSID(tests, OrdMultiSet_Test, "$Id$")
-#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530
-USELIB("..\ace\aced.lib");
-//---------------------------------------------------------------------------
-#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */
-
int
main (int, ASYS_TCHAR *[])
{