summaryrefslogtreecommitdiff
path: root/test/tsan/thread_exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/thread_exit.c')
-rw-r--r--test/tsan/thread_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/thread_exit.c b/test/tsan/thread_exit.c
index 0c7bdf7d5..7038baa43 100644
--- a/test/tsan/thread_exit.c
+++ b/test/tsan/thread_exit.c
@@ -1,7 +1,7 @@
// RUN: %clang_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
// Crashes on powerpc64be
-// XFAIL: target-is-powerpc64be
+// UNSUPPORTED: powerpc64
#include "test.h"