diff options
| author | Ben Kimock <kimockb@gmail.com> | 2024-08-09 22:33:40 -0400 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2024-08-11 14:20:15 -0400 |
| commit | a561484b819711117ec81abc3a9f66f5659f3642 (patch) | |
| tree | 638b578b2eb337cdb6b157f2341abfae699abc6b /tests/debuginfo/struct-in-enum.rs | |
| parent | ca5d25e2c41f5a6b4ce65c681bf2f94c7ead1f14 (diff) | |
| download | rust-a561484b819711117ec81abc3a9f66f5659f3642.tar.gz rust-a561484b819711117ec81abc3a9f66f5659f3642.zip | |
Enable debuginfo tests that have been temporarily disabled for years
Diffstat (limited to 'tests/debuginfo/struct-in-enum.rs')
| -rw-r--r-- | tests/debuginfo/struct-in-enum.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/debuginfo/struct-in-enum.rs b/tests/debuginfo/struct-in-enum.rs index 52e419e6b47..e4b647a4ac1 100644 --- a/tests/debuginfo/struct-in-enum.rs +++ b/tests/debuginfo/struct-in-enum.rs @@ -1,6 +1,5 @@ -//@ min-lldb-version: 310 +//@ min-lldb-version: 1800 //@ ignore-gdb-version: 7.11.90 - 7.12.9 -//@ ignore-test // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155 //@ compile-flags:-g |
