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