Skip to content

Commit

Permalink
Test fixes from rollup
Browse files Browse the repository at this point in the history
Closes rust-lang#13394 (sync: remove unsafe and add Send+Share to Deref (enabled by autoderef vtables))
Closes rust-lang#13389 (Made libflate functions return Options instead of outright failing)
Closes rust-lang#13388 (doc: Document flavorful variations of paths)
Closes rust-lang#13387 (Register new snapshots)
Closes rust-lang#13386 (std: Add more docs for ptr mod)
Closes rust-lang#13384 (Tweak crate loading to load less metadata)
Closes rust-lang#13382 (fix ~ZeroSizeType rvalues)
Closes rust-lang#13378 (Update tidy script, replace XXX with FIXME)
Closes rust-lang#13377 (std: User a smaller stdin buffer on windows)
Closes rust-lang#13369 (Fix spelling errors in comments.)
Closes rust-lang#13314 (Made 'make install' include libs for additional targets)
Closes rust-lang#13278 (std: make vec!() macro handle a trailing comma)
Closes rust-lang#13276 (Add test for rust-lang#11881)
  • Loading branch information
alexcrichton committed Apr 8, 2014
1 parent cdf349d commit da8d4fd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/libsyntax/ext/expand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1019,14 +1019,6 @@ mod test {
fn load_crate(&mut self, _: &ast::ViewItem) -> MacroCrate {
fail!("lolwut")
}

fn get_exported_macros(&mut self, _: ast::CrateNum) -> Vec<~str> {
fail!("lolwut")
}

fn get_registrar_symbol(&mut self, _: ast::CrateNum) -> Option<~str> {
fail!("lolwut")
}
}

// these following tests are quite fragile, in that they don't test what
Expand Down

2 comments on commit da8d4fd

@alexcrichton
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+ p=2

@alexcrichton
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors: retry

Please sign in to comment.