diff options
Diffstat (limited to 'src/libstd/bitv.rs')
| -rw-r--r-- | src/libstd/bitv.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/bitv.rs b/src/libstd/bitv.rs index b54c50da35c..55ec29d2337 100644 --- a/src/libstd/bitv.rs +++ b/src/libstd/bitv.rs @@ -1238,7 +1238,8 @@ mod tests { #[test] pub fn test_from_bools() { - fail_unless!(from_bools([true, false, true, true]).to_str() == ~"1011"); + fail_unless!(from_bools([true, false, true, true]).to_str() == + ~"1011"); } #[test] |
