From 85f2c700f9cb20085369082403d485f5da76141d Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Tue, 30 Jun 2026 09:19:47 +0800 Subject: [PATCH] tests: only run `lexical-scope-in-match.rs` for LLDB >= 21 --- tests/debuginfo/lexical-scope-in-match.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/debuginfo/lexical-scope-in-match.rs b/tests/debuginfo/lexical-scope-in-match.rs index f91a623112e3b..fda7223760f0b 100644 --- a/tests/debuginfo/lexical-scope-in-match.rs +++ b/tests/debuginfo/lexical-scope-in-match.rs @@ -1,6 +1,7 @@ //@ compile-flags:-g //@ disable-gdb-pretty-printers //@ ignore-backends: gcc +//@ min-lldb-version: 2100 // === GDB TESTS ===================================================================================