diff options
| author | Ben Kimock <kimockb@gmail.com> | 2024-08-17 18:00:49 -0400 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2024-08-18 16:58:25 -0400 |
| commit | 156088f8a86679ec5a342d5e7ebf17f468c805c1 (patch) | |
| tree | 616c4a06631a315f70dcff6b67422f33f2f95c70 /tests/debuginfo/empty-string.rs | |
| parent | e93e61032962b80747ed869a21e887090ac63c90 (diff) | |
| download | rust-156088f8a86679ec5a342d5e7ebf17f468c805c1.tar.gz rust-156088f8a86679ec5a342d5e7ebf17f468c805c1.zip | |
Delete redundant gdb-version requirements and related comments
Diffstat (limited to 'tests/debuginfo/empty-string.rs')
| -rw-r--r-- | tests/debuginfo/empty-string.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/debuginfo/empty-string.rs b/tests/debuginfo/empty-string.rs index eac3448bfd5..41f7fa941b7 100644 --- a/tests/debuginfo/empty-string.rs +++ b/tests/debuginfo/empty-string.rs @@ -1,8 +1,6 @@ //@ ignore-windows-gnu: #128981 //@ ignore-android: FIXME(#10381) //@ compile-flags:-g -//@ min-gdb-version: 8.1 -//@ ignore-gdb-version: 7.11.90 - 8.0.9 //@ min-lldb-version: 310 // === GDB TESTS =================================================================================== |
