diff options
| author | Kang Seonghoon <public+git@mearie.org> | 2015-04-21 01:57:39 +0900 |
|---|---|---|
| committer | Kang Seonghoon <public+git@mearie.org> | 2015-05-06 14:22:20 +0900 |
| commit | 8a195f075417ad78084ef2e1c5e294ac35d6cafa (patch) | |
| tree | 6e8f22bffd925b1ea00204010edaf2ff17b6a88a /src/libcoretest | |
| parent | 85424c4baedd689796560fcdd7b1496cd90fa2db (diff) | |
| download | rust-8a195f075417ad78084ef2e1c5e294ac35d6cafa.tar.gz rust-8a195f075417ad78084ef2e1c5e294ac35d6cafa.zip | |
core: fixed typos and revised comments in flt2dec.
Diffstat (limited to 'src/libcoretest')
| -rw-r--r-- | src/libcoretest/num/flt2dec/strategy/grisu.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcoretest/num/flt2dec/strategy/grisu.rs b/src/libcoretest/num/flt2dec/strategy/grisu.rs index ff282ea507c..3d798c8726c 100644 --- a/src/libcoretest/num/flt2dec/strategy/grisu.rs +++ b/src/libcoretest/num/flt2dec/strategy/grisu.rs @@ -66,7 +66,7 @@ fn shortest_f32_exhaustive_equivalence_test() { f32_exhaustive_equivalence_test(format_shortest_opt, fallback, MAX_SIG_DIGITS); } -#[test] #[ignore] // is is too expensive +#[test] #[ignore] // it is too expensive fn shortest_f64_hard_random_equivalence_test() { // this again probably has to use appropriate rustc flags. |
