Skip to content

Commit 023d199

Browse files
committed
Re-enable tests on Android
Closes rust-lang#10393.
1 parent 82387d1 commit 023d199

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

src/test/bench/shootout-k-nucleotide-pipes.rs

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-android: FIXME(#10393)
12-
// ignore-pretty very bad with line comments
13-
1411
// multi tasking k-nucleotide
1512

1613
use std::ascii::AsciiExt;

src/test/bench/shootout-k-nucleotide.rs

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
3939
// OF THE POSSIBILITY OF SUCH DAMAGE.
4040

41-
// ignore-android see #10393 #13206
42-
4341
#![feature(box_syntax, std_misc, collections)]
4442

4543
use std::ascii::OwnedAsciiExt;

src/test/bench/shootout-reverse-complement.rs

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
3939
// OF THE POSSIBILITY OF SUCH DAMAGE.
4040

41-
// ignore-android see #10393 #13206
42-
4341
#![feature(libc, scoped)]
4442

4543
extern crate libc;

0 commit comments

Comments
 (0)