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

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

Issue 9512001: test.dart: typo on the batched execution used in safari/ie tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_runner.dart
diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
index 0731fadeba26bc5c6db26f41341ce2fc171ae82a..fe5a2ea8933db1b5e19d109e42798f082badf437 100644
--- a/tools/testing/dart/test_runner.dart
+++ b/tools/testing/dart/test_runner.dart
@@ -150,7 +150,7 @@ class BrowserTestCase extends TestCase {
numRetries = 2; // Allow two retries to compensate for flaky browser tests.
}
- List<String> get _lastArguments() => command.last().arguments;
+ List<String> get _lastArguments() => commands.last().arguments;
List<String> get batchRunnerArguments() => [_lastArguments[0], '--batch'];
« 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