tsan: fix lint warning

llvm-svn: 170202
This commit is contained in:
Dmitry Vyukov 2012-12-14 13:46:03 +00:00
parent 58b3cb6cc2
commit 51b6e07deb
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include <vector>
// Too slow for debug build
#if TSAN_DEBUG==0
#if TSAN_DEBUG == 0
#if SANITIZER_WORDSIZE == 64
static const uptr kAllocatorSpace = 0x700000000000ULL;