diff options
| author | bors <bors@rust-lang.org> | 2014-01-21 22:06:20 -0800 | 
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-01-21 22:06:20 -0800 | 
| commit | 47660f74fcbacb9405fed9a1a023a0bb0443c10d (patch) | |
| tree | 5e0741e54fc630f9bc2aa2b46ad1b57e855f113c /src | |
| parent | f8477c9da5ed784f5981611b6c12623cd2b44806 (diff) | |
| parent | 045716a6e9db8904259a913eaf04b673a8c09177 (diff) | |
| download | rust-47660f74fcbacb9405fed9a1a023a0bb0443c10d.tar.gz rust-47660f74fcbacb9405fed9a1a023a0bb0443c10d.zip | |
auto merge of #11719 : brson/rust/bleh, r=alexcrichton
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/run-pass-fulldeps/quote-unused-sp-no-warning.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/test/run-pass-fulldeps/quote-unused-sp-no-warning.rs b/src/test/run-pass-fulldeps/quote-unused-sp-no-warning.rs index 0ba2bfd1595..a8b7dc3d382 100644 --- a/src/test/run-pass-fulldeps/quote-unused-sp-no-warning.rs +++ b/src/test/run-pass-fulldeps/quote-unused-sp-no-warning.rs @@ -9,6 +9,7 @@ // except according to those terms. // xfail-fast +// xfail-android #[deny(unused_variable)]; | 
