mirror of
https://github.com/gperftools/gperftools
synced 2024-12-23 15:52:10 +00:00
Fix typo in heap-checker-death_unittest.sh
This commit is contained in:
parent
17182e1d3c
commit
bab7753aad
@ -157,7 +157,7 @@ Test 60 1 "Exiting .* because of .* leaks$" "" \
|
||||
|
||||
# Test that we produce a reasonable textual leak report.
|
||||
Test 60 1 "MakeALeak" "" \
|
||||
HEAP_CHECKER_TEST_TEST_LEAK=1 HEAP_CHECK_TEST_NO_THREADS=1 \
|
||||
HEAP_CHECKER_TEST_TEST_LEAK=1 HEAP_CHECKER_TEST_NO_THREADS=1 \
|
||||
|| exit 10
|
||||
|
||||
# Test that very early log messages are present and controllable:
|
||||
|
Loading…
Reference in New Issue
Block a user