Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(476)

Unified Diff: test/cctest/test-dataflow.cc

Issue 818001: Fix BitVector test failure. (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-dataflow.cc
diff --git a/test/cctest/test-dataflow.cc b/test/cctest/test-dataflow.cc
index 085198aae506b539e4edf5c9646c77505f55c247..003ac6680b55a3139fe9b99467951ca63064dbd1 100644
--- a/test/cctest/test-dataflow.cc
+++ b/test/cctest/test-dataflow.cc
@@ -35,6 +35,7 @@
using namespace v8::internal;
TEST(BitVector) {
+ ZoneScope zone(DELETE_ON_EXIT);
{
BitVector v(15);
v.Add(1);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698