commit | 33fb5bb004613a0da01c2be272480c06fb82d6dc | [log] [tgz] |
---|---|---|
author | Alex Crichton <[email protected]> | Fri Apr 10 20:39:51 2015 |
committer | Alex Crichton <[email protected]> | Tue Apr 14 17:14:19 2015 |
tree | 60b42c52c7f0aa36fc3d06d028b3c98cd461aab2 | |
parent | 8f7eb3b058f78bffe5406776eb31080615799ce7 [diff] [blame] |
bench: Fix fallout in benchmarks
diff --git a/src/test/debuginfo/issue13213.rs b/src/test/debuginfo/issue13213.rs index 38b149e..13dc0c6 100644 --- a/src/test/debuginfo/issue13213.rs +++ b/src/test/debuginfo/issue13213.rs
@@ -23,5 +23,5 @@ // be available because they have been optimized out from the exporting crate. fn main() { let b: issue13213aux::S = issue13213aux::A; - ::std::old_io::println("Nothing to do here..."); + println!("Nothing to do here..."); }