[Lldb-commits] [lldb] [llvm] [lit] Enforce read-only behavior on lit_config.maxIndividualTestTime (PR #198193)

Aiden Grossman via lldb-commits lldb-commits at lists.llvm.org
Thu May 28 06:29:10 PDT 2026


================
@@ -0,0 +1,4 @@
+# RUN: not %{lit} %{inputs}/lit-config-readonly 2> %t.err
+# RUN: FileCheck --check-prefix=CHECK-ERR < %t.err %s
----------------
boomanaiden154 wrote:

We don't need to manually specify a check-prefix here given there's only a single FileCheck invocation.

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


More information about the lldb-commits mailing list