diff options
author | Rui Ueyama <ruiu@google.com> | 2016-01-14 22:04:35 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-01-14 22:04:35 +0000 |
commit | 528a56eb0dc1d0c1f554833c8fcdf183447ff39d (patch) | |
tree | 1c6a682940884376b8f5cf490eb48a4bb3a2cd41 | |
parent | 52c472416535ae31309009f9fc565506b38b2e17 (diff) | |
download | bcm5719-llvm-528a56eb0dc1d0c1f554833c8fcdf183447ff39d.tar.gz bcm5719-llvm-528a56eb0dc1d0c1f554833c8fcdf183447ff39d.zip |
Remove XFAIL:win32 from a test which does not fail on win32.
This test uses a regexp so that it matches both Unix output and
Windows output.
llvm-svn: 257817
-rw-r--r-- | lld/test/ELF/conflict.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/test/ELF/conflict.s b/lld/test/ELF/conflict.s index a058ce1ef07..73bdc7dacfc 100644 --- a/lld/test/ELF/conflict.s +++ b/lld/test/ELF/conflict.s @@ -1,4 +1,3 @@ -# XFAIL: win32 # REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t |