forked from OSchip/llvm-project
Fix a test case after committing D94563.
D94563 implemented `ReadBinaryName` on Windows, which causes a test case to now pass, so remove the `XFAIL: windows-msvc` line.
This commit is contained in:
parent
9ba623c655
commit
4737aab53d
|
@ -24,7 +24,6 @@
|
|||
// RUN: FileCheck --check-prefix=CHECK-WRONG-FILE-NAME %s
|
||||
|
||||
// XFAIL: android
|
||||
// XFAIL: windows-msvc
|
||||
// UNSUPPORTED: ios
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue