File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
branches/snap-stage3/src/libsyntax/ext Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: e415c25bcd81dc1f9a5a3d25d9b48ed2d545336b
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: cdf349d442351eece966a5f8ea560f5b5ad30d80
4
+ refs/heads/snap-stage3: da8d4fddc6445c19ad434a1f104c1c310c6c3c34
5
5
refs/heads/try: 597a645456b55e1c886ce15d23a192abdf4d55cf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -1019,14 +1019,6 @@ mod test {
1019
1019
fn load_crate ( & mut self , _: & ast:: ViewItem ) -> MacroCrate {
1020
1020
fail ! ( "lolwut" )
1021
1021
}
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
- }
1030
1022
}
1031
1023
1032
1024
// these following tests are quite fragile, in that they don't test what
You can’t perform that action at this time.
0 commit comments