summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc')
-rw-r--r--compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc b/compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc
index e2424ea6222..e24d2f604cc 100644
--- a/compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc
+++ b/compiler-rt/test/asan/TestCases/Linux/aligned_alloc-alignment.cc
@@ -3,7 +3,7 @@
// RUN: %env_asan_opts=allocator_may_return_null=1 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-NULL
// FIXME(alekseyshl): #0 frame does not look as expected on ppc64be, fix it.
-// UNSUPPORTED: android,powerpc64be
+// UNSUPPORTED: android,powerpc64
#include <stdio.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud