[llvm] [llvm-lit][test][NFC] Moved cat command tests into separate lit test file (PR #102366)

via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 9 10:57:08 PDT 2024


================
@@ -0,0 +1,83 @@
+# Check cat command with single file.
+#
+# RUN: rm -rf %T/testCat
----------------
connieyzhu wrote:

Yes that does - so %t is just a more versatile option that encapsulates %T, which is why %T is not used anymore?

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


More information about the llvm-commits mailing list