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

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

Issue 10956066: Use semicolon, not comma. (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 a935b2c5ee05d2eb5674af94b35f789d619cf575..740e3a30a1cda60021b52aff0c06769c9ca9bddd 100644
--- a/dart/tools/testing/dart/test_suite.dart
+++ b/dart/tools/testing/dart/test_suite.dart
@@ -685,7 +685,7 @@ class StandardTestSuite implements TestSuite {
// As a special case, a command of "dart" should run with the
// dart VM that we are testing.
if (extraCommand == 'dart') {
- extraCommand = TestUtils.vmFileName(configuration),
+ extraCommand = TestUtils.vmFileName(configuration);
}
args= args.map((arg)=>arg.replaceAll(@"$dartDir", dartDir.toString()));
commands.add(new Command(extraCommand, 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