Skip to content

Commit

Permalink
Set minimum GDB version needed for basic-types-globals* tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
luqmana committed Jul 15, 2022
1 parent 42af197 commit 2085d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/debuginfo/basic-types-globals-lto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// rust char as only its numerical value.

// min-lldb-version: 310
// min-gdb-version: 8.0

// no-prefer-dynamic
// compile-flags:-g -C lto
Expand Down
1 change: 1 addition & 0 deletions src/test/debuginfo/basic-types-globals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// rust char as only its numerical value.

// min-lldb-version: 310
// min-gdb-version: 8.0

// compile-flags:-g
// gdb-command:run
Expand Down

0 comments on commit 2085d6a

Please sign in to comment.