From 29b0b82fbf4b2415f4a930be8c343f948c07c79a Mon Sep 17 00:00:00 2001 From: P2Tree Date: Fri, 3 Jan 2025 17:41:29 +0800 Subject: [PATCH] Update and rename FileCheck.md to filecheck.md --- pages/common/{FileCheck.md => filecheck.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename pages/common/{FileCheck.md => filecheck.md} (99%) diff --git a/pages/common/FileCheck.md b/pages/common/filecheck.md similarity index 99% rename from pages/common/FileCheck.md rename to pages/common/filecheck.md index afba9b47fa24d8..b7b28ab7355829 100644 --- a/pages/common/FileCheck.md +++ b/pages/common/filecheck.md @@ -2,7 +2,7 @@ > Flexible pattern matching file verifier. > It is typically used from LLVM regression tests and forms a part of lit test. -> More information: +> More information: . - Match `input_file` content with pattern file `check_file`: