summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-08-27 00:36:20 +0000
committerKostya Serebryany <kcc@google.com>2016-08-27 00:36:20 +0000
commitf32c49cbacb941c2bd1eac63c5caa94674ae84bb (patch)
tree4af0f1fea739496e2001f11e83e7b598aaf84cc9
parent28c63a2f21c7729c8dbd52bc6f005f6c2e30087c (diff)
downloadcompiler-rt-f32c49cbacb941c2bd1eac63c5caa94674ae84bb.tar.gz
[asan] restrict release_to_os_test.cc to x86_64
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@279898 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/asan/TestCases/Linux/release_to_os_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Linux/release_to_os_test.cc b/test/asan/TestCases/Linux/release_to_os_test.cc
index c461d034f..a5303fbe2 100644
--- a/test/asan/TestCases/Linux/release_to_os_test.cc
+++ b/test/asan/TestCases/Linux/release_to_os_test.cc
@@ -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>