Hopefully fix mingw32 bots.
[oota-llvm.git] / test / Object / directory.ll
index cb3fb580277b9df16aa6397f89cf3cbe4d5d7016..48eefcb6ecb8d087023a671525491ae77d61192a 100644 (file)
@@ -2,10 +2,6 @@
 ;RUN: not llvm-ar r %T/test.a . 2>&1 | FileCheck %s
 ;CHECK: .: Is a directory
 
-; opening a directory works on freebsd. On windows we just get a
-; "permission denied"
-;XFAIL: freebsd, win32
-
 ;RUN: rm -f %T/test.a
 ;RUN: touch %T/a-very-long-file-name
 ;RUN: llvm-ar r %T/test.a %s %T/a-very-long-file-name