diff options
Diffstat (limited to 'src/libstd/bitv.rs')
| -rw-r--r-- | src/libstd/bitv.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/bitv.rs b/src/libstd/bitv.rs index 270a2c1fc1b..3acc95a3aad 100644 --- a/src/libstd/bitv.rs +++ b/src/libstd/bitv.rs @@ -877,7 +877,7 @@ mod tests { use core::vec; use core::rand; - const bench_bits : uint = 1 << 14; + static bench_bits : uint = 1 << 14; #[test] pub fn test_to_str() { |
