From 900a46e97405685238d3906820002c89d072a7e9 Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Fri, 4 Oct 2019 07:05:29 +0000 Subject: [PATCH] [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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373697 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/llvm-ar/case-detection.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tools/llvm-ar/case-detection.test b/test/tools/llvm-ar/case-detection.test index 998ce67b0a7..f49b8ad96e3 100644 --- a/test/tools/llvm-ar/case-detection.test +++ b/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 -- 2.40.0