Skip to content

Commit b951b8e

Browse files
committed
---
yaml --- r: 189818 b: refs/heads/tmp c: 1bda1ff h: refs/heads/master v: v3
1 parent a689283 commit b951b8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 522d09dfecbeca1595f25ac58c6d0178bbd21d7d
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: 8f091efa4f201c16110efbb668476236bf0b4f5c
37+
refs/heads/tmp: 1bda1ff9dab84a9fc05272091710575585760d1a
3838
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3939
refs/tags/homu-tmp: 7ce5a21b274ff53e77b561467177bc34c668f95e

branches/tmp/src/libstd/num/f32.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ mod tests {
716716
}
717717

718718
#[test]
719-
pub fn test_abs() {
719+
fn test_abs() {
720720
assert_eq!(INFINITY.abs(), INFINITY);
721721
assert_eq!(1f32.abs(), 1f32);
722722
assert_eq!(0f32.abs(), 0f32);

branches/tmp/src/libstd/num/f64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ mod tests {
724724
}
725725

726726
#[test]
727-
pub fn test_abs() {
727+
fn test_abs() {
728728
assert_eq!(INFINITY.abs(), INFINITY);
729729
assert_eq!(1f64.abs(), 1f64);
730730
assert_eq!(0f64.abs(), 0f64);

0 commit comments

Comments
 (0)