Skip to content

Commit 30cb220

Browse files
committedOct 4, 2019
[test] Remove a needless declaration of REQUIRES: target-windows
This test only relies on running on a case insensitive file system, the exact target triple of the toolchain shouldn't matter. Differential Revision: https://reviews.llvm.org/D68136 llvm-svn: 373697
1 parent 5dd60c0 commit 30cb220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎llvm/test/tools/llvm-ar/case-detection.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- Test CamelCase tool name to ensure detection works properly
22

3-
REQUIRES: target-windows, system-windows
3+
REQUIRES: system-windows
44
RUN: yaml2obj %S/Inputs/coff.yaml -o %t.obj
55
RUN: rm -rf %t1
66
RUN: mkdir %t1

0 commit comments

Comments
 (0)
Please sign in to comment.