Skip to content

Commit 7da8282

Browse files
committed
---
yaml --- r: 274766 b: refs/heads/stable c: 08e35d4 h: refs/heads/master
1 parent 88fb1b0 commit 7da8282

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ refs/heads/tmp: e06d2ad9fcd5027bcaac5b08fc9aa39a49d0ecd3
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: c0221c8897db309a79990367476177b1230bb264
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: bfa66bb389ce1c7ce4aff09d1842b3428015bd4d
32+
refs/heads/stable: 08e35d4deca064cbe079ee278aab49efff16f7da
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
3434
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b
3535
refs/tags/1.2.0: f557861f822c34f07270347b94b5280de20a597e

branches/stable/src/libsyntax/print/pprust.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3173,12 +3173,4 @@ mod tests {
31733173
let varstr = variant_to_string(&var);
31743174
assert_eq!(varstr, "principal_skinner");
31753175
}
3176-
3177-
#[test]
3178-
fn test_signed_int_to_string() {
3179-
let pos_int = ast::LitInt(42, ast::SignedIntLit(ast::IntTy::I32, ast::Plus));
3180-
let neg_int = ast::LitInt((!42 + 1) as u64, ast::SignedIntLit(ast::IntTy::I32, ast::Minus));
3181-
assert_eq!(format!("-{}", lit_to_string(&codemap::dummy_spanned(pos_int))),
3182-
lit_to_string(&codemap::dummy_spanned(neg_int)));
3183-
}
31843176
}

0 commit comments

Comments
 (0)