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'); |
} |