Skip to content

Commit 50500bc

Browse files
author
The Miri Cronjob Bot
committed
fmt
1 parent ad06f35 commit 50500bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/pass/float.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,6 @@ pub fn libm() {
10661066
assert_eq!((-1f32).powf(f32::NEG_INFINITY), 1.0);
10671067
assert_eq!((-1f64).powf(f64::NEG_INFINITY), 1.0);
10681068

1069-
10701069
assert_eq!(0f32.powi(10), 0.0);
10711070
assert_eq!(0f64.powi(100), 0.0);
10721071
assert_eq!(0f32.powi(9), 0.0);
@@ -1490,7 +1489,6 @@ fn test_non_determinism() {
14901489
test_operations_f64(19., 11.);
14911490
test_operations_f128(25., 18.);
14921491

1493-
14941492
// SNaN^0 = (1 | NaN)
14951493
ensure_nondet(|| f32::powf(SNAN_F32, 0.0).is_nan());
14961494
ensure_nondet(|| f64::powf(SNAN_F64, 0.0).is_nan());

0 commit comments

Comments
 (0)