aboutsummaryrefslogtreecommitdiff
path: root/test/msan/allocator_mapping.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/msan/allocator_mapping.cc')
-rw-r--r--test/msan/allocator_mapping.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/msan/allocator_mapping.cc b/test/msan/allocator_mapping.cc
index f47d9a63e09f..533128f9a0f4 100644
--- a/test/msan/allocator_mapping.cc
+++ b/test/msan/allocator_mapping.cc
@@ -8,7 +8,7 @@
// This test only makes sense for the 64-bit allocator. The 32-bit allocator
// does not have a fixed mapping. Exclude platforms that use the 32-bit
// allocator.
-// UNSUPPORTED: mips64,aarch64
+// UNSUPPORTED: target-is-mips64,target-is-mips64el,aarch64
#include <assert.h>
#include <stdio.h>