[asan] restrict release_to_os_test.cc to x86_64

llvm-svn: 279898
This commit is contained in:
Kostya Serebryany 2016-08-27 00:36:20 +00:00
parent fb1bdc4922
commit 42034d009d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
// RUN: %env_asan_opts=allocator_release_to_os=1 %run %t 2>&1 | FileCheck %s --check-prefix=RELEASE // RUN: %env_asan_opts=allocator_release_to_os=1 %run %t 2>&1 | FileCheck %s --check-prefix=RELEASE
// RUN: %env_asan_opts=allocator_release_to_os=0 %run %t 2>&1 | FileCheck %s --check-prefix=NO_RELEASE // RUN: %env_asan_opts=allocator_release_to_os=0 %run %t 2>&1 | FileCheck %s --check-prefix=NO_RELEASE
// //
// REQUIRES: asan-64-bits // REQUIRES: x86_64-target-arch
#include <stdio.h> #include <stdio.h>
#include <algorithm> #include <algorithm>
#include <stdint.h> #include <stdint.h>