diff options
Diffstat (limited to 'src/test/debuginfo/method-on-generic-struct.rs')
| -rw-r--r-- | src/test/debuginfo/method-on-generic-struct.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/debuginfo/method-on-generic-struct.rs b/src/test/debuginfo/method-on-generic-struct.rs index 57238961e3f..f4f7bdcecc6 100644 --- a/src/test/debuginfo/method-on-generic-struct.rs +++ b/src/test/debuginfo/method-on-generic-struct.rs @@ -8,7 +8,9 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// min-lldb-version: 310 +// Some versions of the non-rust-enabled LLDB print the wrong generic +// parameter type names in this test. +// rust-lldb // compile-flags:-g |
