| Index: tests/compiler/dart2js/instantiated_classes_test.dart
|
| diff --git a/tests/compiler/dart2js/instantiated_classes_test.dart b/tests/compiler/dart2js/instantiated_classes_test.dart
|
| index 00fd80146abdc2bd23c7bb45294e030a868d2ca3..d125ff99f27026b4ec1a5398495f85dfb7a5f983 100644
|
| --- a/tests/compiler/dart2js/instantiated_classes_test.dart
|
| +++ b/tests/compiler/dart2js/instantiated_classes_test.dart
|
| @@ -7,7 +7,7 @@ library instantiated_classes_test;
|
| import 'dart:async';
|
| import 'package:expect/expect.dart';
|
| import 'package:async_helper/async_helper.dart';
|
| -import 'package:compiler/implementation/elements/elements.dart'
|
| +import 'package:compiler/src/elements/elements.dart'
|
| show ClassElement;
|
| import 'type_test_helper.dart';
|
|
|
|
|