File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
branches/stable/src/libsyntax/print Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ refs/heads/tmp: e06d2ad9fcd5027bcaac5b08fc9aa39a49d0ecd3
29
29
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
30
30
refs/tags/homu-tmp: c0221c8897db309a79990367476177b1230bb264
31
31
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32
- refs/heads/stable: bfa66bb389ce1c7ce4aff09d1842b3428015bd4d
32
+ refs/heads/stable: 08e35d4deca064cbe079ee278aab49efff16f7da
33
33
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
34
34
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b
35
35
refs/tags/1.2.0: f557861f822c34f07270347b94b5280de20a597e
Original file line number Diff line number Diff line change @@ -3173,12 +3173,4 @@ mod tests {
3173
3173
let varstr = variant_to_string ( & var) ;
3174
3174
assert_eq ! ( varstr, "principal_skinner" ) ;
3175
3175
}
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
- }
3184
3176
}
You can’t perform that action at this time.
0 commit comments