diff options
| author | EFanZh <efanzh@gmail.com> | 2021-07-07 18:46:24 +0800 |
|---|---|---|
| committer | EFanZh <efanzh@gmail.com> | 2021-07-07 18:46:24 +0800 |
| commit | 2b2bcf11ab21ba2c4dca1df745d6c68df725767a (patch) | |
| tree | bd1ea423ca516b5cd6d290a0d0a31df0a128898c | |
| parent | 0112b908f78960dc3485ca3de01a62861fc7311f (diff) | |
| download | rust-2b2bcf11ab21ba2c4dca1df745d6c68df725767a.tar.gz rust-2b2bcf11ab21ba2c4dca1df745d6c68df725767a.zip | |
Ignore Android debugger pretty-printing tests
| -rw-r--r-- | src/test/debuginfo/pretty-slices.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debuginfo/pretty-slices.rs b/src/test/debuginfo/pretty-slices.rs index 4e17661dd36..4e2a49973b7 100644 --- a/src/test/debuginfo/pretty-slices.rs +++ b/src/test/debuginfo/pretty-slices.rs @@ -1,3 +1,4 @@ +// ignore-android: FIXME(#10381) // compile-flags:-g // gdb-command: run @@ -33,7 +34,6 @@ fn b() {} fn main() { - let slice: &[i32] = &[0, 1, 2]; let mut_slice: &mut [i32] = &mut [2, 3, 5, 7]; |
