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

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

Issue 1902073003: VM: Remove redundant build target dart_product. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: restored test configuration Created 4 years, 8 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/runtime_configuration.dart
diff --git a/tools/testing/dart/runtime_configuration.dart b/tools/testing/dart/runtime_configuration.dart
index 4edacc3acd712a7fbcdb377fa8b9e1536ff4e11a..1198b2b2995830930f9efa6122ed99c321494600 100644
--- a/tools/testing/dart/runtime_configuration.dart
+++ b/tools/testing/dart/runtime_configuration.dart
@@ -236,7 +236,7 @@ class DartProductRuntimeConfiguration extends DartVmRuntimeConfiguration {
augmentedArgs.addAll(arguments);
return <Command>[
- commandBuilder.getVmCommand(suite.dartVmProductBinaryFileName,
+ commandBuilder.getVmCommand(suite.dartVmBinaryFileName,
augmentedArgs, environmentOverrides)
];
}

Powered by Google App Engine
This is Rietveld 408576698