| Index: test/end_to_end_test.dart
|
| diff --git a/test/end_to_end_test.dart b/test/end_to_end_test.dart
|
| index ba0f79953f3ba1f85473a9e1475b473cd369bc8f..e874fad907eb8bc99e757c9e8093bded673944cd 100644
|
| --- a/test/end_to_end_test.dart
|
| +++ b/test/end_to_end_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| /// Tests that run the checker end-to-end using the file system, but with a mock
|
| /// SDK.
|
| -library ddc.test.end_to_end;
|
| +library dev_compiler.test.end_to_end;
|
|
|
| import 'dart:io';
|
| import 'package:dev_compiler/devc.dart' show compile;
|
|
|