| Index: tests/utils/dart2js_test.dart
|
| diff --git a/tests/utils/dart2js_test.dart b/tests/utils/dart2js_test.dart
|
| index e407a56020b15b33063266a95e5b734566ad4001..f7786fb4ce8ab14c01845c3e0167c973d150b988 100644
|
| --- a/tests/utils/dart2js_test.dart
|
| +++ b/tests/utils/dart2js_test.dart
|
| @@ -8,8 +8,8 @@
|
| // should analyze without any warnings.
|
| // @static-clean
|
|
|
| -#import('../../sdk/lib/_internal/compiler/implementation/dart2js.dart',
|
| - prefix: 'dart2js');
|
| +import '../../sdk/lib/_internal/compiler/implementation/dart2js.dart'
|
| + as dart2js;
|
|
|
| void main() {
|
| // Do nothing.
|
|
|