Skip to content

Commit 5e5d816

Browse files
committed
Add missing : after min-gdb-version
1 parent 5aa33b1 commit 5e5d816

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/test/debuginfo/function-call.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This test does not passed with gdb < 8.0. See #53497.
2-
// min-gdb-version 8.0
2+
// min-gdb-version: 8.0
33

44
// compile-flags:-g
55

src/test/debuginfo/pretty-huge-vec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ignore-freebsd: gdb package too new
33
// ignore-android: FIXME(#10381)
44
// compile-flags:-g
5-
// min-gdb-version 8.1
5+
// min-gdb-version: 8.1
66
// min-lldb-version: 310
77

88
// === GDB TESTS ===================================================================================

src/test/debuginfo/pretty-std-collections.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// The pretty printers being tested here require the patch from
88
// https://sourceware.org/bugzilla/show_bug.cgi?id=21763
9-
// min-gdb-version 8.1
9+
// min-gdb-version: 8.1
1010

1111
// min-lldb-version: 310
1212

src/test/debuginfo/pretty-std.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// only-cdb // "Temporarily" ignored on GDB/LLDB due to debuginfo tests being disabled, see PR 47155
33
// ignore-android: FIXME(#10381)
44
// compile-flags:-g
5-
// min-gdb-version 7.7
5+
// min-gdb-version: 7.7
66
// min-lldb-version: 310
77

88
// === GDB TESTS ===================================================================================

src/test/debuginfo/pretty-uninitialized-vec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ignore-freebsd: gdb package too new
33
// ignore-android: FIXME(#10381)
44
// compile-flags:-g
5-
// min-gdb-version 8.1
5+
// min-gdb-version: 8.1
66
// min-lldb-version: 310
77

88
// === GDB TESTS ===================================================================================

0 commit comments

Comments
 (0)