diff options
Diffstat (limited to 'llvm/test/Object/extract.ll')
-rw-r--r-- | llvm/test/Object/extract.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/Object/extract.ll b/llvm/test/Object/extract.ll index ba341b8dd6e..4e519aea750 100644 --- a/llvm/test/Object/extract.ll +++ b/llvm/test/Object/extract.ll @@ -3,9 +3,6 @@ ; This test just makes sure that llvm-ar can extract bytecode members ; from various style archives. -; FIXME: Investigate Win32's TimeValue stuff! -; XFAIL: mingw32 - ; REQUIRES: shell ; RUN: cd %T |