[asan] restrict release_to_os_test.cc to x86_64
authorKostya Serebryany <kcc@google.com>
Sat, 27 Aug 2016 00:36:20 +0000 (00:36 +0000)
committerKostya Serebryany <kcc@google.com>
Sat, 27 Aug 2016 00:36:20 +0000 (00:36 +0000)
llvm-svn: 279898

compiler-rt/test/asan/TestCases/Linux/release_to_os_test.cc

index c461d03..a5303fb 100644 (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=0 %run %t 2>&1 | FileCheck %s --check-prefix=NO_RELEASE
 //
-// REQUIRES: asan-64-bits
+// REQUIRES: x86_64-target-arch
 #include <stdio.h>
 #include <algorithm>
 #include <stdint.h>