[Sanitizer] remove extra typename

llvm-svn: 170208
This commit is contained in:
Alexey Samsonov 2012-12-14 15:37:35 +00:00
parent 5a3d15c126
commit 6a68a9117b
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ void *AllocatorLeakTestWorker(void *arg) {
} }
TEST(SanitizerCommon, AllocatorLeakTest) { TEST(SanitizerCommon, AllocatorLeakTest) {
typedef typename AllocatorCache::Allocator Allocator; typedef AllocatorCache::Allocator Allocator;
Allocator a; Allocator a;
a.Init(); a.Init();
uptr total_used_memory = 0; uptr total_used_memory = 0;