| Index: tests/compiler/dart2js/private_test.dart
|
| diff --git a/tests/compiler/dart2js/private_test.dart b/tests/compiler/dart2js/private_test.dart
|
| index 2bb9f1997b92b751d7e94f1e1859be91da77e7bd..9857d545acd5eccf1c0e31a7bdc6d89bdab8eed4 100644
|
| --- a/tests/compiler/dart2js/private_test.dart
|
| +++ b/tests/compiler/dart2js/private_test.dart
|
| @@ -7,8 +7,7 @@ import "package:async_helper/async_helper.dart";
|
| import 'mock_compiler.dart';
|
|
|
| import '../../../sdk/lib/_internal/compiler/implementation/source_file.dart';
|
| -import '../../../sdk/lib/_internal/compiler/implementation/dart2jslib.dart'
|
| - hide SourceString;
|
| +import '../../../sdk/lib/_internal/compiler/implementation/dart2jslib.dart';
|
|
|
| const String PRIVATE_SOURCE_URI = 'src:private';
|
| const String PRIVATE_SOURCE = '''
|
|
|