================
@@ -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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
