Skip to content

Commit

Permalink
Ignore Android debugger pretty-printing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EFanZh committed Jul 7, 2021
1 parent 0112b90 commit 2b2bcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/debuginfo/pretty-slices.rs
@@ -1,3 +1,4 @@
// ignore-android: FIXME(#10381)
// compile-flags:-g

// gdb-command: run
Expand Down Expand Up @@ -33,7 +34,6 @@
fn b() {}

fn main() {

let slice: &[i32] = &[0, 1, 2];
let mut_slice: &mut [i32] = &mut [2, 3, 5, 7];

Expand Down

0 comments on commit 2b2bcf1

Please sign in to comment.