From 01af858a2e7838b6aa85a07fdf2cfbef0a99274a Mon Sep 17 00:00:00 2001 From: xgopilot Date: Fri, 31 Oct 2025 03:42:54 +0000 Subject: [PATCH] docs(CLAUDE.md): remove redundant test failure mention MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed the sentence about test failures as requested. The "Why this matters" section now focuses on the benefits of the process rather than the negative consequences. 🤖 Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com> --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 8a1e2a71..4fd9632c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -96,7 +96,7 @@ The `out.ll` files under the `cl/` directory are comparison IR files that serve #### Why this matters -Failing to update out.ll files after modifying IR generation will cause test failures in `TestFromTestgo` and `TestFromTestrt`. This process ensures that: +This process ensures that: - The test suite reflects the current compiler behavior - Changes to IR generation are properly documented and reviewed - Future regressions can be detected by comparing against the reference output