diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2014-10-09 16:31:03 +0200 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2014-10-22 10:47:45 +0200 |
| commit | 47e8cf76977d7a46ea2aed512c35b175e44815a9 (patch) | |
| tree | eaf45b5cb275922fcaa275ea96ea66b0c6c78aa5 /src/test/debuginfo/tuple-style-enum.rs | |
| parent | c29a7520e7fb4a5b4d4eccfc594e05793ef6688d (diff) | |
| download | rust-47e8cf76977d7a46ea2aed512c35b175e44815a9.tar.gz rust-47e8cf76977d7a46ea2aed512c35b175e44815a9.zip | |
debuginfo: Gate all LLDB debuginfo tests on a minimum LLDB version being available
Diffstat (limited to 'src/test/debuginfo/tuple-style-enum.rs')
| -rw-r--r-- | src/test/debuginfo/tuple-style-enum.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/debuginfo/tuple-style-enum.rs b/src/test/debuginfo/tuple-style-enum.rs index ab06367512a..1527c6a8e31 100644 --- a/src/test/debuginfo/tuple-style-enum.rs +++ b/src/test/debuginfo/tuple-style-enum.rs @@ -10,6 +10,7 @@ // ignore-tidy-linelength // ignore-android: FIXME(#10381) +// min-lldb-version: 310 // compile-flags:-g |
