summaryrefslogtreecommitdiff
path: root/tests/SString_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SString_Test.cpp')
-rw-r--r--tests/SString_Test.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/SString_Test.cpp b/tests/SString_Test.cpp
index 31051af0b75..ff406b7b3e4 100644
--- a/tests/SString_Test.cpp
+++ b/tests/SString_Test.cpp
@@ -1,6 +1,6 @@
-// ============================================================================
// $Id$
+// ============================================================================
//
// = LIBRARY
// tests
@@ -14,7 +14,7 @@
// the test.
//
// = AUTHOR
-// Prashant Jain
+// Prashant Jain <pjain@cs.wustl.edu>
//
// ============================================================================
@@ -23,11 +23,6 @@
ACE_RCSID(tests, SString_Test, "$Id$")
-#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530
-USELIB("..\ace\aced.lib");
-//---------------------------------------------------------------------------
-#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */
-
int
main (int, ASYS_TCHAR *[])
{