[llvm] [llvm-lit][test][NFC] Moved cat command tests into separate lit test file (PR #102366)
Paul Kirth via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 7 17:52:03 PDT 2024
================
@@ -0,0 +1,83 @@
+# Check cat command with single file.
+#
+# RUN: rm -rf %T/testCat
----------------
ilovepi wrote:
I know these are the existing test lines, but we’ve deprecated %T. Instead use %t. I think you also probably do need the testCat subdirectory either.
https://github.com/llvm/llvm-project/pull/102366
More information about the llvm-commits
mailing list