Skip to content

Commit 9932fd2

Browse files
committed
---
yaml --- r: 110521 b: refs/heads/snap-stage3 c: da8d4fd h: refs/heads/master i: 110519: 3a833d8 v: v3
1 parent f89a174 commit 9932fd2

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: e415c25bcd81dc1f9a5a3d25d9b48ed2d545336b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: cdf349d442351eece966a5f8ea560f5b5ad30d80
4+
refs/heads/snap-stage3: da8d4fddc6445c19ad434a1f104c1c310c6c3c34
55
refs/heads/try: 597a645456b55e1c886ce15d23a192abdf4d55cf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libsyntax/ext/expand.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,14 +1019,6 @@ mod test {
10191019
fn load_crate(&mut self, _: &ast::ViewItem) -> MacroCrate {
10201020
fail!("lolwut")
10211021
}
1022-
1023-
fn get_exported_macros(&mut self, _: ast::CrateNum) -> Vec<~str> {
1024-
fail!("lolwut")
1025-
}
1026-
1027-
fn get_registrar_symbol(&mut self, _: ast::CrateNum) -> Option<~str> {
1028-
fail!("lolwut")
1029-
}
10301022
}
10311023

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

0 commit comments

Comments
 (0)