[Sanitizer] remove extra typename
authorAlexey Samsonov <samsonov@google.com>
Fri, 14 Dec 2012 15:37:35 +0000 (15:37 +0000)
committerAlexey Samsonov <samsonov@google.com>
Fri, 14 Dec 2012 15:37:35 +0000 (15:37 +0000)
llvm-svn: 170208

compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cc

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