diff options
Diffstat (limited to 'compiler-rt/test/msan/Linux/syscalls.cc')
| -rw-r--r-- | compiler-rt/test/msan/Linux/syscalls.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/test/msan/Linux/syscalls.cc b/compiler-rt/test/msan/Linux/syscalls.cc index 1287486021d..c5ac3e27fa1 100644 --- a/compiler-rt/test/msan/Linux/syscalls.cc +++ b/compiler-rt/test/msan/Linux/syscalls.cc @@ -1,8 +1,6 @@ // RUN: %clangxx_msan -O0 %s -o %t && %run %t 2>&1 // RUN: %clangxx_msan -O3 %s -o %t && %run %t 2>&1 -// XFAIL: target-is-mips64el - #include <assert.h> #include <errno.h> #include <glob.h> |

