| Index: dart/tests/compiler/dart2js/stats_test.dart
|
| diff --git a/dart/tests/compiler/dart2js/stats_test.dart b/dart/tests/compiler/dart2js/stats_test.dart
|
| index fd1796b47d808345848ce4aa113e0ac03fe183c9..c13335ae427286be8ea15e903c9c336004f90cea 100644
|
| --- a/dart/tests/compiler/dart2js/stats_test.dart
|
| +++ b/dart/tests/compiler/dart2js/stats_test.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import 'package:expect/expect.dart';
|
| -import '../../../sdk/lib/_internal/compiler/implementation/helpers/helpers.dart';
|
| +import 'package:compiler/implementation/helpers/helpers.dart';
|
|
|
| class CollectingOutput implements StatsOutput {
|
| final StringBuffer sb = new StringBuffer();
|
|
|