File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
branches/tmp/src/libstd/num Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34
34
refs/heads/beta: 522d09dfecbeca1595f25ac58c6d0178bbd21d7d
35
35
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
36
36
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37
- refs/heads/tmp: 8f091efa4f201c16110efbb668476236bf0b4f5c
37
+ refs/heads/tmp: 1bda1ff9dab84a9fc05272091710575585760d1a
38
38
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
39
39
refs/tags/homu-tmp: 7ce5a21b274ff53e77b561467177bc34c668f95e
Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ mod tests {
716
716
}
717
717
718
718
#[ test]
719
- pub fn test_abs ( ) {
719
+ fn test_abs ( ) {
720
720
assert_eq ! ( INFINITY . abs( ) , INFINITY ) ;
721
721
assert_eq ! ( 1f32 . abs( ) , 1f32 ) ;
722
722
assert_eq ! ( 0f32 . abs( ) , 0f32 ) ;
Original file line number Diff line number Diff line change @@ -724,7 +724,7 @@ mod tests {
724
724
}
725
725
726
726
#[ test]
727
- pub fn test_abs ( ) {
727
+ fn test_abs ( ) {
728
728
assert_eq ! ( INFINITY . abs( ) , INFINITY ) ;
729
729
assert_eq ! ( 1f64 . abs( ) , 1f64 ) ;
730
730
assert_eq ! ( 0f64 . abs( ) , 0f64 ) ;
You can’t perform that action at this time.
0 commit comments