diff options
| author | bors <bors@rust-lang.org> | 2015-02-17 19:35:12 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-02-17 19:35:12 +0000 |
| commit | 6c065fc8cb036785f61ff03e05c1563cbb2dd081 (patch) | |
| tree | 9d5c813da4a4f24c177e10c9a38936fe0d014721 /src/test/debuginfo/destructured-for-loop-variable.rs | |
| parent | f9aeea7cb7865a2b82e7102837daabbe549177ea (diff) | |
| parent | 194d96e5c3b3bf069ff791813641b7d22f4f42e9 (diff) | |
| download | rust-6c065fc8cb036785f61ff03e05c1563cbb2dd081.tar.gz rust-6c065fc8cb036785f61ff03e05c1563cbb2dd081.zip | |
Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton
- Now "make check-stage2-T-aarch64-linux-android-H-x86_64-unknown-linux-gnu" works (#21773) - Fix & enable debuginfo tests for android (#10381) - Fix & enable more tests for android (both for arm/aarch64) - Enable many already-pass tests on android (both for arm/aarch64)
Diffstat (limited to 'src/test/debuginfo/destructured-for-loop-variable.rs')
| -rw-r--r-- | src/test/debuginfo/destructured-for-loop-variable.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/debuginfo/destructured-for-loop-variable.rs b/src/test/debuginfo/destructured-for-loop-variable.rs index 37e465e43c3..9f0492f35a3 100644 --- a/src/test/debuginfo/destructured-for-loop-variable.rs +++ b/src/test/debuginfo/destructured-for-loop-variable.rs @@ -8,7 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// ignore-android: FIXME(#10381) // min-lldb-version: 310 // compile-flags:-g |
