| Index: dart/tests/compiler/dart2js/deferred_follow_implicit_super_regression_test.dart
|
| diff --git a/dart/tests/compiler/dart2js/deferred_follow_implicit_super_regression_test.dart b/dart/tests/compiler/dart2js/deferred_follow_implicit_super_regression_test.dart
|
| index 0d47ce1a2ce456435c0984c2acf4e39a12cfb12e..8ac7838748cccb04fabfd713bdae49404ac322fe 100644
|
| --- a/dart/tests/compiler/dart2js/deferred_follow_implicit_super_regression_test.dart
|
| +++ b/dart/tests/compiler/dart2js/deferred_follow_implicit_super_regression_test.dart
|
| @@ -8,7 +8,7 @@ import 'memory_source_file_helper.dart';
|
| import "memory_compiler.dart";
|
| import "dart:async";
|
|
|
| -import '../../../sdk/lib/_internal/compiler/implementation/dart2jslib.dart'
|
| +import 'package:compiler/implementation/dart2jslib.dart'
|
| as dart2js;
|
|
|
| runTest(String mainScript, test) {
|
|
|