[PATCH] D68136: [test] Remove a needless declaration of REQUIES: target-windows
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 4 00:07:58 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL373697: [test] Remove a needless declaration of REQUIRES: target-windows (authored by mstorsjo, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D68136?vs=222155&id=223148#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68136/new/
https://reviews.llvm.org/D68136
Files:
llvm/trunk/test/tools/llvm-ar/case-detection.test
Index: llvm/trunk/test/tools/llvm-ar/case-detection.test
===================================================================
--- llvm/trunk/test/tools/llvm-ar/case-detection.test
+++ llvm/trunk/test/tools/llvm-ar/case-detection.test
@@ -1,6 +1,6 @@
-- Test CamelCase tool name to ensure detection works properly
-REQUIRES: target-windows, system-windows
+REQUIRES: system-windows
RUN: yaml2obj %S/Inputs/coff.yaml -o %t.obj
RUN: rm -rf %t1
RUN: mkdir %t1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68136.223148.patch
Type: text/x-patch
Size: 461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191004/67fc8cd3/attachment.bin>
More information about the llvm-commits
mailing list