[llvm] r373697 - [test] Remove a needless declaration of REQUIRES: target-windows

Martin Storsjo via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 4 00:05:29 PDT 2019


Author: mstorsjo
Date: Fri Oct  4 00:05:29 2019
New Revision: 373697

URL: http://llvm.org/viewvc/llvm-project?rev=373697&view=rev
Log:
[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

Modified:
    llvm/trunk/test/tools/llvm-ar/case-detection.test

Modified: llvm/trunk/test/tools/llvm-ar/case-detection.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-ar/case-detection.test?rev=373697&r1=373696&r2=373697&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-ar/case-detection.test (original)
+++ llvm/trunk/test/tools/llvm-ar/case-detection.test Fri Oct  4 00:05:29 2019
@@ -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




More information about the llvm-commits mailing list