diff options
author | Tamas Berghammer <tberghammer@google.com> | 2016-09-02 16:35:50 +0100 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2016-09-07 16:12:02 +0100 |
commit | 4bef28161f6c13b3690914eb14413faf5c74e91c (patch) | |
tree | ff7fd27b8cdecc121e4b80b563f93ba49a4b1c80 /libc/malloc_debug/tests/malloc_debug_config_tests.cpp | |
parent | 52ea18658fb3939aa02cebcb53eef053ba132566 (diff) |
Fix unittests broken by 545808a
Change-Id: I590af5958e4dcb772b710be965ed6c99cd1d9234
Diffstat (limited to 'libc/malloc_debug/tests/malloc_debug_config_tests.cpp')
-rw-r--r-- | libc/malloc_debug/tests/malloc_debug_config_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc_debug/tests/malloc_debug_config_tests.cpp b/libc/malloc_debug/tests/malloc_debug_config_tests.cpp index b8cf7cf23..49edabae6 100644 --- a/libc/malloc_debug/tests/malloc_debug_config_tests.cpp +++ b/libc/malloc_debug/tests/malloc_debug_config_tests.cpp @@ -122,7 +122,7 @@ std::string usage_string( "6 malloc_debug recorded. of frames to capture. The default value is 8000000.\n" "6 malloc_debug If the allocation list fills up, all further allocations are not recorded.\n" "6 malloc_debug \n" - "6 malloc_debug record_alloc_file[=FILE]\n" + "6 malloc_debug record_allocs_file[=FILE]\n" "6 malloc_debug This option only has meaning if the record_allocs options has been specified.\n" "6 malloc_debug This is the name of the file to which recording information will be dumped.\n" "6 malloc_debug The default is /data/local/tmp/record_allocs.txt.\n" |