[clang-tools-extra] [clang-tools-extra] Remove 'REQUIRES: shell' from lit tests. (PR #156950)

via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 8 11:21:18 PDT 2025


================
@@ -1,4 +1,4 @@
-// REQUIRES: shell
+// UNSUPPORTED: system-windows
----------------
cmtice wrote:

My understanding is that the "REQUIRES: shell" meant that it never ran on Windows.

https://github.com/llvm/llvm-project/pull/156950


More information about the cfe-commits mailing list