diff options
Diffstat (limited to 'tests/Mem_Map_Test.cpp')
-rw-r--r-- | tests/Mem_Map_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Mem_Map_Test.cpp b/tests/Mem_Map_Test.cpp index 95d6d5daaa1..4f5216c4d97 100644 --- a/tests/Mem_Map_Test.cpp +++ b/tests/Mem_Map_Test.cpp @@ -93,7 +93,7 @@ create_test_file (int size, int num_lines) int main (int, char **argv) { - ACE_START_TEST ("Mem_Map_Test.cpp"); + ACE_START_TEST ("Mem_Map_Test"); // First create a test file to work on if (create_test_file (FILE_SIZE, NUM_LINES) != 0) |