diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-21 19:43:05 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-21 19:43:05 +0000 |
commit | 96d3abbd44af6d887167ed07431abab1c0e100d2 (patch) | |
tree | a6702410363b632c198001e0d8e484c19d2434bc /net | |
parent | 972758291350be0d1be6f97abae580d0ebccdc58 (diff) | |
download | chromium_src-96d3abbd44af6d887167ed07431abab1c0e100d2.zip chromium_src-96d3abbd44af6d887167ed07431abab1c0e100d2.tar.gz chromium_src-96d3abbd44af6d887167ed07431abab1c0e100d2.tar.bz2 |
Cleanup: Remove a reference to the heapchecker test framework that no longer exists.
BUG=325380
NOTRY=true
Review URL: https://codereview.chromium.org/131563006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246089 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/disk_cache/backend_unittest.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/disk_cache/backend_unittest.cc b/net/disk_cache/backend_unittest.cc index 02d3b68..14ffbf0 100644 --- a/net/disk_cache/backend_unittest.cc +++ b/net/disk_cache/backend_unittest.cc @@ -533,10 +533,9 @@ TEST_F(DiskCacheBackendTest, ShutdownWithPendingFileIO) { // Here and below, tests that simulate crashes are not compiled in LeakSanitizer // builds because they contain a lot of intentional memory leaks. -// The wrapper scripts used to run tests under Valgrind Memcheck and -// Heapchecker will also disable these tests under those tools. See: +// The wrapper scripts used to run tests under Valgrind Memcheck will also +// disable these tests. See: // tools/valgrind/gtest_exclude/net_unittests.gtest-memcheck.txt -// tools/heapcheck/net_unittests.gtest-heapcheck.txt #if !defined(LEAK_SANITIZER) // We'll be leaking from this test. TEST_F(DiskCacheBackendTest, ShutdownWithPendingFileIO_Fast) { |