Skip to content

Commit 3593351

Browse files
committed
---
yaml --- r: 59884 b: refs/heads/master c: 9862cf7 h: refs/heads/master v: v3
1 parent eebecfd commit 3593351

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: a636f5160a0f186d218e135924b321bb6d4f1ad7
2+
refs/heads/master: 9862cf703b8a867b13e674f892f7059b09fe59e0
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2d28d645422c1617be58c8ca7ad9a457264ca850
55
refs/heads/try: c50a9d5b664478e533ba1d1d353213d70c8ad589

trunk/src/libsyntax/parse/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ mod test {
418418
new_parser_from_source_str(ps,~[],~"bogofile",source_str)
419419
}
420420

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 {
422422
do io::with_str_writer |writer| {
423423
val.encode(~std::json::Encoder(writer));
424424
}

0 commit comments

Comments
 (0)