aboutsummaryrefslogtreecommitdiff
path: root/test/msan/vector_cvt.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/msan/vector_cvt.cc')
-rw-r--r--test/msan/vector_cvt.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/msan/vector_cvt.cc b/test/msan/vector_cvt.cc
index 633a8b15c444..5541436ead82 100644
--- a/test/msan/vector_cvt.cc
+++ b/test/msan/vector_cvt.cc
@@ -1,6 +1,6 @@
// RUN: %clangxx_msan -O0 %s -o %t && %run %t
// RUN: %clangxx_msan -DPOSITIVE -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
-// REQUIRES: x86_64-supported-target
+// REQUIRES: x86_64-target-arch
#include <emmintrin.h>