Test fixes and rebase conflicts, round 3
This commit is contained in:
parent
253992eb38
commit
c5c3de0cf4
6 changed files with 3 additions and 6 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
//ignore-dragonfly
|
||||
//ignore-bitrig
|
||||
|
||||
#![feature(asm)]
|
||||
#![feature(asm, old_io)]
|
||||
|
||||
use std::old_io::process::Command;
|
||||
use std::env;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue