From 491da08838a62a5cb104b610f1a813c3cdb32756 Mon Sep 17 00:00:00 2001 From: Douglas Yung Date: Sat, 22 Jun 2019 01:14:29 +0000 Subject: [PATCH] Fix UNSUPPORTED attribute from windows to system-windows. llvm-svn: 364122 --- test/tools/llvm-lipo/thin-executable-universal-binary.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tools/llvm-lipo/thin-executable-universal-binary.test b/test/tools/llvm-lipo/thin-executable-universal-binary.test index 19c4fbdf627..3992373d9e4 100644 --- a/test/tools/llvm-lipo/thin-executable-universal-binary.test +++ b/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