File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
branches/snap-stage3/src/libsyntax/ext Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 124eb2119c78651cfaaa7a046a101fa2e20f83ca
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 963dab5dcb9c348bb2631998702695de62916b31
4
+ refs/heads/snap-stage3: 0c31c930ffc6a5c3b2cbaf45f7d5596840a8926d
5
5
refs/heads/try: ac820906c0e53eab79a98ee64f7231f57c3887b4
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -1647,6 +1647,10 @@ mod test {
1647
1647
//pprust::to_str(&resolved_ast,fake_print_crate,get_ident_interner())
1648
1648
//}
1649
1649
1650
+ #[ test] fn macro_tokens_should_match ( ) {
1651
+ expand_crate_str( @"macro_rules! m( ( a) =>( 13 ) ) fn main ( ) { m ! ( a) ; } ");
1652
+ }
1653
+
1650
1654
// renaming tests expand a crate and then check that the bindings match
1651
1655
// the right varrefs. The specification of the test case includes the
1652
1656
// text of the crate, and also an array of arrays. Each element in the
You can’t perform that action at this time.
0 commit comments