arena: fix a typo

This commit is contained in:
Vinzent Steinberg 2014-08-20 23:41:02 -04:00
parent c94bf8bb68
commit 4d41a4227c

View file

@ -563,7 +563,7 @@ mod tests {
struct Noncopy {
string: String,
array: Vec<int> ,
array: Vec<int>,
}
#[test]