summaryrefslogtreecommitdiff
path: root/test/tsan/longjmp3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/longjmp3.cc')
-rw-r--r--test/tsan/longjmp3.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/tsan/longjmp3.cc b/test/tsan/longjmp3.cc
index 197b91e1cdc35..842cf264c977c 100644
--- a/test/tsan/longjmp3.cc
+++ b/test/tsan/longjmp3.cc
@@ -1,8 +1,5 @@
// RUN: %clang_tsan -O1 %s -o %t && %deflake %run %t 2>&1 | FileCheck %s
-// Longjmp assembly has not been implemented for mips64 yet
-// XFAIL: mips64
-
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>