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

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

Issue 2915843003: Simplify test_suite.dart. (Closed)
Patch Set: Fix path in test. Created 3 years, 6 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 | « tools/testing/dart/co19_test.dart ('k') | tools/testing/dart/configuration.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/compiler_configuration.dart
diff --git a/tools/testing/dart/compiler_configuration.dart b/tools/testing/dart/compiler_configuration.dart
index fcdd979305da5cc9f4d20ac0ecf57b714fdbe18d..c6367d849ccc0b91a6487a3e8fb81970b61c7181 100644
--- a/tools/testing/dart/compiler_configuration.dart
+++ b/tools/testing/dart/compiler_configuration.dart
@@ -8,6 +8,7 @@ import 'configuration.dart';
import 'runtime_configuration.dart';
import 'test_runner.dart';
import 'test_suite.dart';
+import 'utils.dart';
List<String> replaceDartFileWith(List<String> list, String replacement) {
var copy = new List<String>.from(list);
@@ -272,7 +273,7 @@ class DartKCompilerConfiguration extends CompilerConfiguration {
List<String> arguments,
Map<String, String> environmentOverrides) {
return new CommandArtifact(<Command>[
- this.computeCompilationCommand('$tempDir/out.dill', buildDir,
+ computeCompilationCommand('$tempDir/out.dill', buildDir,
CommandBuilder.instance, arguments, environmentOverrides)
], '$tempDir/out.dill', 'application/dart');
}
« no previous file with comments | « tools/testing/dart/co19_test.dart ('k') | tools/testing/dart/configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698