Fix BitVector test failure.

r4071 made BitVector zone-allocated, but the BitVector tests were not
changed to allocate a Zone.

Review URL: http://codereview.chromium.org/818001

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4072 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent b4c8b988
......@@ -35,6 +35,7 @@
using namespace v8::internal;
TEST(BitVector) {
ZoneScope zone(DELETE_ON_EXIT);
{
BitVector v(15);
v.Add(1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment