forked from OSchip/llvm-project
Fix UNSUPPORTED attribute from windows to system-windows.
llvm-svn: 364122
This commit is contained in:
parent
4a2a152490
commit
3df71e0537
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue