Skip to content

Commit 9c234c0

Browse files
committed
Disable test on android because it doesn't have backtraces.
1 parent caf665e commit 9c234c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ui/panics/location-detail-unwrap-multiline.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//@ run-fail
22
//@ compile-flags: -Cstrip=none -Cdebuginfo=line-tables-only -Copt-level=0
33
//@ exec-env:RUST_BACKTRACE=1
4-
//@ regex-error-pattern: location-detail-unwrap-multiline\.rs:10(:10)?\n
4+
//@ regex-error-pattern: location-detail-unwrap-multiline\.rs:11(:10)?\n
55
//@ needs-unwind
6+
//@ ignore-android FIXME #17520
67

78
fn main() {
89
let opt: Option<u32> = None;

0 commit comments

Comments
 (0)