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

Unified Diff: tools/testing/dart/test_runner.dart

Issue 2633213003: Do some housekeeping in tools/testing/dart (Closed)
Patch Set: Created 3 years, 11 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
Index: tools/testing/dart/test_runner.dart
diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
index 471e061916d206f02622f83dea7cbc305a80c345..3595410d25c2c289e0c3033f8351c1b92e8b6e2c 100644
--- a/tools/testing/dart/test_runner.dart
+++ b/tools/testing/dart/test_runner.dart
@@ -3139,7 +3139,7 @@ class ProcessQueue {
});
// Queue commands as they become "runnable"
- var commandEnqueuer = new CommandEnqueuer(_graph);
+ new CommandEnqueuer(_graph);
// CommandExecutor will execute commands
var executor;

Powered by Google App Engine
This is Rietveld 408576698