Clean-up tests after debug!/std-macros change.

The entire testsuite is converted to using info! rather than debug!
because some depend on the code within the debug! being trans'd.
This commit is contained in:
Huon Wilson 2013-07-17 03:08:08 +10:00
parent b48e37e8ee
commit e4f7561bcd
218 changed files with 640 additions and 613 deletions

View file

@ -453,8 +453,9 @@ pub fn new_span(cx: @ExtCtxt, sp: span) -> span {
pub fn std_macros() -> @str {
return
@"pub mod __std_macros {
@"mod __std_macros {
#[macro_escape];
#[doc(hidden)];
macro_rules! ignore (($($x:tt)*) => (()))