[lsan] Fix android build.

llvm-svn: 184704
This commit is contained in:
Sergey Matveev 2013-06-24 09:12:11 +00:00
parent f2f00b4e28
commit b8cd986b5d
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ TEST(Allocator, ScopedBuffer) {
void IterationTestCallback(uptr chunk, void *arg) {
reinterpret_cast<std::set<uptr> *>(arg)->insert(chunk);
};
}
template <class Allocator>
void TestSizeClassAllocatorIteration() {