File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
trunk/src/libsyntax/parse Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: a636f5160a0f186d218e135924b321bb6d4f1ad7
2
+ refs/heads/master: 9862cf703b8a867b13e674f892f7059b09fe59e0
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 2d28d645422c1617be58c8ca7ad9a457264ca850
5
5
refs/heads/try: c50a9d5b664478e533ba1d1d353213d70c8ad589
Original file line number Diff line number Diff line change @@ -418,7 +418,7 @@ mod test {
418
418
new_parser_from_source_str ( ps, ~[ ] , ~"bogofile", source_str)
419
419
}
420
420
421
- #[ test] fn to_json_str < E : Encodable < std:: json:: Encoder > > ( val : @E ) -> ~str {
421
+ #[ cfg ( test) ] fn to_json_str < E : Encodable < std:: json:: Encoder > > ( val : @E ) -> ~str {
422
422
do io:: with_str_writer |writer| {
423
423
val. encode ( ~std:: json:: Encoder ( writer) ) ;
424
424
}
You can’t perform that action at this time.
0 commit comments