mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-11 23:33:00 +00:00
Merge pull request #4601 from jbclements/cleanup-and-test-cases
fix trailing whitepace
This commit is contained in:
commit
ddbeccd5dc
@ -77,7 +77,7 @@ impl <T:Eq IterBytes Hash Const Copy> hash_interner<T>: Interner<T> {
|
||||
fn i1 () {
|
||||
let i : Interner<@~str> = mk();
|
||||
i.get(13);
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn i2 () {
|
||||
@ -102,7 +102,7 @@ fn i2 () {
|
||||
assert i.get(2) == @~"zebra";
|
||||
assert i.get(3) == @~"zebra";
|
||||
assert i.get(4) == @~"dog";
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn i3 () {
|
||||
|
Loading…
Reference in New Issue
Block a user