Skip to content

Commit a35979e

Browse files
committed
---
yaml --- r: 79479 b: refs/heads/snap-stage3 c: 0c31c93 h: refs/heads/master i: 79477: 61848ea 79475: b95e9dc 79471: 6142f66 v: v3
1 parent ed4628d commit a35979e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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: 124eb2119c78651cfaaa7a046a101fa2e20f83ca
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 963dab5dcb9c348bb2631998702695de62916b31
4+
refs/heads/snap-stage3: 0c31c930ffc6a5c3b2cbaf45f7d5596840a8926d
55
refs/heads/try: ac820906c0e53eab79a98ee64f7231f57c3887b4
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,6 +1647,10 @@ mod test {
16471647
//pprust::to_str(&resolved_ast,fake_print_crate,get_ident_interner())
16481648
//}
16491649

1650+
#[test] fn macro_tokens_should_match(){
1651+
expand_crate_str(@"macro_rules! m((a)=>(13)) fn main(){m!(a);}");
1652+
}
1653+
16501654
// renaming tests expand a crate and then check that the bindings match
16511655
// the right varrefs. The specification of the test case includes the
16521656
// text of the crate, and also an array of arrays. Each element in the

0 commit comments

Comments
 (0)