diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-17 19:55:21 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-17 19:55:21 +0000 |
commit | 353a649eba4350d3d75e101cfedd8c7812bc729d (patch) | |
tree | f06de49d2d57a8cea0bb20129c6079f8ce1eb7a5 /tests/Handle_Set_Test.cpp | |
parent | 3e9a2cb89dda04951ff5b4e421fdd6edb7e9d73c (diff) | |
download | ATCD-353a649eba4350d3d75e101cfedd8c7812bc729d.tar.gz |
Jammer!
Diffstat (limited to 'tests/Handle_Set_Test.cpp')
-rw-r--r-- | tests/Handle_Set_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Handle_Set_Test.cpp b/tests/Handle_Set_Test.cpp index d41dec7d947..7232fa85ebf 100644 --- a/tests/Handle_Set_Test.cpp +++ b/tests/Handle_Set_Test.cpp @@ -67,7 +67,7 @@ run_test (int count) int main (int argc, char *argv[]) { - ACE_START_TEST; + ACE_START_TEST ("Handle_Set_Test.cpp"); int count = argc > 1 ? ACE_OS::atoi (argv[1]) : ACE_Handle_Set::MAXSIZE; run_test (count); |