File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
branches/try/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 2
2
refs/heads/master: f899513a30165946a75ff7f515ab37a226e72172
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 270a677d4d698916f5ad103f0afc3c070b8dbeb4
5
- refs/heads/try: 8f091efa4f201c16110efbb668476236bf0b4f5c
5
+ refs/heads/try: 1bda1ff9dab84a9fc05272091710575585760d1a
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
8
8
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
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