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 | 8a0c00861bffa7450a5f0e85c0610c3278f66945 (patch) | |
tree | f06de49d2d57a8cea0bb20129c6079f8ce1eb7a5 /tests/Task_Test.cpp | |
parent | cdaa50473d4305fca20da3227099dcb1de31c1b8 (diff) | |
download | ATCD-8a0c00861bffa7450a5f0e85c0610c3278f66945.tar.gz |
Jammer!
Diffstat (limited to 'tests/Task_Test.cpp')
-rw-r--r-- | tests/Task_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Task_Test.cpp b/tests/Task_Test.cpp index d52eac6bba2..32b21e09082 100644 --- a/tests/Task_Test.cpp +++ b/tests/Task_Test.cpp @@ -92,7 +92,7 @@ Barrier_Task::svc (void) int main (int argc, char *argv[]) { - ACE_START_TEST; + ACE_START_TEST ("Task_Test.cpp"); int n_threads = ACE_MAX_THREADS; int n_iterations = ACE_MAX_ITERATIONS; |