Skip to content

Commit f4dd361

Browse files
committed
Re-enable tests on Android
Closes #10393.
1 parent 3340007 commit f4dd361

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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)
1211
// ignore-pretty very bad with line comments
1312

1413
// multi tasking k-nucleotide

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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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)