[compiler-rt][dfsan][mips] UnXPASS a consistently passing test

llvm-svn: 329422
This commit is contained in:
Simon Dardis 2018-04-06 17:03:36 +00:00
parent a74f4ae404
commit a1b7447dfd
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@
// RUN: %clang_dfsan -DSTRICT_DATA_DEPENDENCIES %s -o %t && %run %t
// RUN: %clang_dfsan -DSTRICT_DATA_DEPENDENCIES -mllvm -dfsan-args-abi %s -o %t && %run %t
// XFAIL: target-is-mips64,target-is-mips64el
// Tests custom implementations of various glibc functions.
#include <sanitizer/dfsan_interface.h>