Test fixes and rebase conflicts, round 3

This commit is contained in:
Alex Crichton 2015-03-23 17:29:51 -07:00
parent 253992eb38
commit c5c3de0cf4
6 changed files with 3 additions and 6 deletions

View file

@ -126,6 +126,7 @@
// lldb-command:continue
#![allow(unused_variables)]
#![feature(old_io)]
#![omit_gdb_pretty_printer_section]
fn immediate_args(a: int, b: bool, c: f64) {

View file

@ -15,7 +15,7 @@
//ignore-dragonfly
//ignore-bitrig
#![feature(asm)]
#![feature(asm, old_io)]
use std::old_io::process::Command;
use std::env;