Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit c5fdc90

Browse files
committed
Delete min-lldb-version: 310
1 parent e2523c1 commit c5fdc90

File tree

87 files changed

+2
-158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+2
-158
lines changed

tests/debuginfo/basic-types-globals-metadata.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
2+
43
// gdb-command:run
54
// gdb-command:whatis basic_types_globals_metadata::B
65
// gdb-check:type = bool

tests/debuginfo/basic-types-globals.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ revisions: lto no-lto
42

53
//@ compile-flags:-g

tests/debuginfo/basic-types-metadata.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
2+
43
// gdb-command:run
54
// gdb-command:whatis unit
65
// gdb-check:type = ()

tests/debuginfo/basic-types-mut-globals.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
// about UTF-32 character encoding and will print a rust char as only
55
// its numerical value.
66

7-
//@ min-lldb-version: 310
8-
97
//@ compile-flags:-g
108

119
// gdb-command:run

tests/debuginfo/basic-types.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
// about UTF-32 character encoding and will print a rust char as only
55
// its numerical value.
66

7-
//@ min-lldb-version: 310
8-
97
//@ compile-flags:-g
108

119
// === GDB TESTS ===================================================================================

tests/debuginfo/borrowed-basic.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@ compile-flags:-g
2-
//@ min-lldb-version: 310
32

43
// === GDB TESTS ===================================================================================
54

tests/debuginfo/borrowed-c-style-enum.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@ compile-flags:-g
2-
//@ min-lldb-version: 310
32

43
// === GDB TESTS ===================================================================================
54

tests/debuginfo/borrowed-struct.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@ compile-flags:-g
2-
//@ min-lldb-version: 310
32

43
// === GDB TESTS ===================================================================================
54

tests/debuginfo/borrowed-tuple.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

tests/debuginfo/borrowed-unique-basic.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ min-lldb-version: 310
2-
31
//@ compile-flags:-g
42

53
// === GDB TESTS ===================================================================================

0 commit comments

Comments
 (0)