diff options
Diffstat (limited to 'tests/Mutex_Test.cpp')
-rw-r--r-- | tests/Mutex_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Mutex_Test.cpp b/tests/Mutex_Test.cpp index d37083023a4..a8fbc3a966e 100644 --- a/tests/Mutex_Test.cpp +++ b/tests/Mutex_Test.cpp @@ -25,7 +25,7 @@ int main (int argc, char *argv[]) { - ACE_START_TEST; + ACE_START_TEST ("Mutex_Test.cpp"); char *name = argc == 1 ? "hello" : argv[1]; |