From 28f0be5c67de3491927da8230a79bfa151e7b767 Mon Sep 17 00:00:00 2001 From: Asger F Date: Tue, 30 Jun 2026 07:17:23 +0200 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- unified/AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unified/AGENTS.md b/unified/AGENTS.md index 1a929c09a71..a50a49868a2 100644 --- a/unified/AGENTS.md +++ b/unified/AGENTS.md @@ -19,7 +19,7 @@ This is a CodeQL extractor based on tree-sitter. - To run tests for the parser and mapping, run `cargo test` in the `extractor` directory. -- Extractor test cases are located at `extractor/test/corpus/swift/*/*.swift`. +- Extractor test cases are located at `extractor/tests/corpus/swift/*/*.swift`. - Each test case has a corresponding `.output` file containing its generated output along with a copy of the test case itself.