Fix a test.

This commit is contained in:
Brian J. Burg 2012-09-26 20:42:32 -07:00
parent 49de0a7fac
commit 300ff62ca5

View file

@ -388,7 +388,7 @@ mod test {
push_all(r, flat_bounds(c));
}
push(r, copy root.data.position);
push(r, copy root.d().position);
return r;
}