mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
Test fixes and rebase conflicts, round 2
This commit is contained in:
parent
d3da5a7e9b
commit
e053571df2
@ -126,7 +126,6 @@
|
||||
// lldb-command:continue
|
||||
|
||||
#![allow(unused_variables)]
|
||||
#![feature(old_io)]
|
||||
#![omit_gdb_pretty_printer_section]
|
||||
|
||||
fn immediate_args(a: isize, b: bool, c: f64) {
|
||||
@ -157,7 +156,7 @@ fn assignment(mut a: u64, b: u64, c: f64) {
|
||||
}
|
||||
|
||||
fn function_call(x: u64, y: u64, z: f64) {
|
||||
std::old_io::stdio::print("Hi!")
|
||||
println!("Hi!")
|
||||
}
|
||||
|
||||
fn identifier(x: u64, y: u64, z: f64) -> u64 {
|
||||
|
@ -9,6 +9,7 @@
|
||||
// except according to those terms.
|
||||
|
||||
// no-prefer-dynamic
|
||||
// ignore-android
|
||||
|
||||
#![feature(rustc_private)]
|
||||
|
@ -63,5 +63,4 @@ fn test() {
|
||||
// drop-glue should detect the corruption of (at least one of)
|
||||
// the drop-flags.
|
||||
}
|
||||
println!("We should never get here.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user