We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e60ef commit 60d8675Copy full SHA for 60d8675
src/libcore/tests/num/dec2flt/mod.rs
@@ -31,6 +31,7 @@ fn ordinary() {
31
test_literal!(0.1);
32
test_literal!(12345.);
33
test_literal!(0.9999999);
34
+ #[cfg(not(miri))] // Miri is too slow
35
test_literal!(2.2250738585072014e-308);
36
}
37
@@ -77,6 +78,7 @@ fn zero() {
77
78
test_literal!(0.0);
79
test_literal!(1e-325);
80
test_literal!(1e-326);
81
82
test_literal!(1e-500);
83
84
0 commit comments