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

Unified Diff: mojo/dart/unittests/embedder_tester/dart_finalizer_test.cc

Issue 1665823003: Only enable the Dart timeline for benchmarks (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 10 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 | « mojo/dart/embedder/dart_controller.cc ('k') | mojo/dart/unittests/embedder_tester/dart_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/unittests/embedder_tester/dart_finalizer_test.cc
diff --git a/mojo/dart/unittests/embedder_tester/dart_finalizer_test.cc b/mojo/dart/unittests/embedder_tester/dart_finalizer_test.cc
index 0fa24afddca8fe1678b8ee2e7053a214e2d4c1af..aedc3eb6df495a4bdda922ba6ebfacaa6afeb922 100644
--- a/mojo/dart/unittests/embedder_tester/dart_finalizer_test.cc
+++ b/mojo/dart/unittests/embedder_tester/dart_finalizer_test.cc
@@ -24,7 +24,7 @@ class DartFinalizerTest : public DartTest {
const char* args[kNumArgs];
args[0] = "--new-gen-semi-max-size=1";
args[1] = "--old_gen_growth_rate=1";
- DartController::Initialize(nullptr, true, false, args, kNumArgs);
+ DartController::Initialize(nullptr, true, false, false, args, kNumArgs);
}
void RunTest(const std::string& test) {
« no previous file with comments | « mojo/dart/embedder/dart_controller.cc ('k') | mojo/dart/unittests/embedder_tester/dart_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698