| Index: tests/standalone/io/skipping_dart2js_compilations_test.dart
|
| diff --git a/tests/standalone/io/skipping_dart2js_compilations_test.dart b/tests/standalone/io/skipping_dart2js_compilations_test.dart
|
| index d4c111b60503ce8ae6b4485fc6181bc8b6739f00..b74103e4107c028accb13351ec15867bc3016c78 100644
|
| --- a/tests/standalone/io/skipping_dart2js_compilations_test.dart
|
| +++ b/tests/standalone/io/skipping_dart2js_compilations_test.dart
|
| @@ -156,7 +156,7 @@ runner.TestCase makeTestCase(String testName,
|
| var arguments = [createFileScript, fileUtils.scriptOutputPath.toNativePath()];
|
| var bootstrapDeps = [
|
| new Uri("file://${fileUtils.testSnapshotFilePath}")];
|
| - var commands = [new runner.Dart2JsCommand(
|
| + var commands = [new runner.CompilationCommand(
|
| fileUtils.testJsFilePath.toNativePath(),
|
| false,
|
| bootstrapDeps,
|
|
|