[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 Sep 27 05:59:12 PDT 2019


mstorsjo created this revision.
mstorsjo added a reviewer: rnk.
Herald added a subscriber: rupprecht.
Herald added a project: LLVM.

This test only relies on running on a case insensitive file system, the exact target triple of the toolchain shouldn't matter.


Repository:
  rL LLVM

https://reviews.llvm.org/D68136

Files:
  llvm/test/tools/llvm-ar/case-detection.test


Index: llvm/test/tools/llvm-ar/case-detection.test
===================================================================
--- llvm/test/tools/llvm-ar/case-detection.test
+++ llvm/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.222155.patch
Type: text/x-patch
Size: 443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190927/2d500bc3/attachment.bin>


More information about the llvm-commits mailing list