Skip to content

Commit 2b2bcf1

Browse files
committed
Ignore Android debugger pretty-printing tests
1 parent 0112b90 commit 2b2bcf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/debuginfo/pretty-slices.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignore-android: FIXME(#10381)
12
// compile-flags:-g
23

34
// gdb-command: run
@@ -33,7 +34,6 @@
3334
fn b() {}
3435

3536
fn main() {
36-
3737
let slice: &[i32] = &[0, 1, 2];
3838
let mut_slice: &mut [i32] = &mut [2, 3, 5, 7];
3939

0 commit comments

Comments
 (0)