[Sanitizer] Properly specify linux-only unit test.

llvm-svn: 198007
This commit is contained in:
Alexey Samsonov 2013-12-25 09:31:42 +00:00
parent ca7a213118
commit bf658026c1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
namespace __sanitizer {
#ifdef SANITIZER_LINUX
#if SANITIZER_LINUX && !SANITIZER_ANDROID
TEST(MemoryMappingLayout, CodeRange) {
uptr start, end;
bool res = GetCodeRangeForFile("[vdso]", &start, &end);