| Index: test/checker/self_host_test.dart
|
| diff --git a/test/checker/self_host_test.dart b/test/checker/self_host_test.dart
|
| index 111a5226cafb5d0bb84147370c41550634c49d9d..c4d7291ffa89baa71e8847b44f73c5741038e269 100644
|
| --- a/test/checker/self_host_test.dart
|
| +++ b/test/checker/self_host_test.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| /// Tests that run the checker end-to-end using the file system.
|
| -library ddc.test.end_to_end;
|
| +library dev_compiler.test.end_to_end;
|
|
|
| import 'dart:io';
|
| import 'package:cli_util/cli_util.dart' show getSdkDir;
|
|
|