about summary refs log tree commit diff
path: root/tests/debuginfo/generic-struct.rs
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2024-08-17 17:42:20 -0400
committerBen Kimock <kimockb@gmail.com>2024-08-18 16:58:00 -0400
commite93e61032962b80747ed869a21e887090ac63c90 (patch)
tree05dfa7b51feb84f1ecb74218134dc3e0ff50ec3a /tests/debuginfo/generic-struct.rs
parente1a82c96341747e486c72139748d3bc3d538f669 (diff)
downloadrust-e93e61032962b80747ed869a21e887090ac63c90.tar.gz
rust-e93e61032962b80747ed869a21e887090ac63c90.zip
Grep for enabled and clean up those hits
Diffstat (limited to 'tests/debuginfo/generic-struct.rs')
-rw-r--r--tests/debuginfo/generic-struct.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/debuginfo/generic-struct.rs b/tests/debuginfo/generic-struct.rs
index df01d33a0dc..2817f8edc15 100644
--- a/tests/debuginfo/generic-struct.rs
+++ b/tests/debuginfo/generic-struct.rs
@@ -1,7 +1,3 @@
-// Some versions of the non-rust-enabled LLDB print the wrong generic
-// parameter type names in this test.
-//@ needs-rust-lldb
-
 //@ compile-flags:-g
 
 // === GDB TESTS ===================================================================================