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

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

Issue 10990080: Rename a variable to fix build breakage (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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: dart/tools/testing/dart/test_suite.dart
diff --git a/dart/tools/testing/dart/test_suite.dart b/dart/tools/testing/dart/test_suite.dart
index ad77213002a216f7d88704334ad9f9cae3e9ec9e..beaa2d1897c3e6033320c13a065aea793403fac5 100644
--- a/dart/tools/testing/dart/test_suite.dart
+++ b/dart/tools/testing/dart/test_suite.dart
@@ -698,8 +698,8 @@ class StandardTestSuite implements TestSuite {
}
var extraCommand = optionsFromFile['extraCommand'];
- var args = optionsFromFile['extraCommandArgs'];
- addExtraCommand(extraCommand, args, commands);
+ var extraArgs = optionsFromFile['extraCommandArgs'];
+ addExtraCommand(extraCommand, extraArgs, commands);
// Construct the command that executes the browser test
List<String> args;
« 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