Skip to content

Commit 2085d6a

Browse files
committed
Set minimum GDB version needed for basic-types-globals* tests.
1 parent 42af197 commit 2085d6a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: src/test/debuginfo/basic-types-globals-lto.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// rust char as only its numerical value.
33

44
// min-lldb-version: 310
5+
// min-gdb-version: 8.0
56

67
// no-prefer-dynamic
78
// compile-flags:-g -C lto

Diff for: src/test/debuginfo/basic-types-globals.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// rust char as only its numerical value.
33

44
// min-lldb-version: 310
5+
// min-gdb-version: 8.0
56

67
// compile-flags:-g
78
// gdb-command:run

0 commit comments

Comments
 (0)