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

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

Issue 1690303002: Add dart_product binary (Closed) Base URL: git@github.com:dart-lang/sdk.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 | « runtime/bin/main.cc ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/runtime_configuration.dart
diff --git a/tools/testing/dart/runtime_configuration.dart b/tools/testing/dart/runtime_configuration.dart
index 1fa2304901c51dccb2b63011ad092e0e3c3f7c94..c2b2aed59ffe4b2a2856d179251c6f19a442f6fa 100644
--- a/tools/testing/dart/runtime_configuration.dart
+++ b/tools/testing/dart/runtime_configuration.dart
@@ -247,7 +247,9 @@ class DartProductRuntimeConfiguration extends DartVmRuntimeConfiguration {
augmentedArgs.addAll(arguments);
return <Command>[commandBuilder.getVmCommand(
- suite.dartVmBinaryFileName, augmentedArgs, environmentOverrides)];
+ suite.dartVmProductBinaryFileName,
+ augmentedArgs,
+ environmentOverrides)];
}
}
« no previous file with comments | « runtime/bin/main.cc ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698