diff options
-rw-r--r-- | llvm/test/tools/llvm-lipo/thin-executable-universal-binary.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-lipo/thin-executable-universal-binary.test b/llvm/test/tools/llvm-lipo/thin-executable-universal-binary.test index 19c4fbdf627..3992373d9e4 100644 --- a/llvm/test/tools/llvm-lipo/thin-executable-universal-binary.test +++ b/llvm/test/tools/llvm-lipo/thin-executable-universal-binary.test @@ -1,5 +1,5 @@ # Executable testing is not supported on Windows, since all files are considered executable -# UNSUPPORTED: windows +# UNSUPPORTED: system-windows # RUN: yaml2obj %s > %t-universal.o # RUN: chmod -x %t-universal.o |