Index: tests/compiler/dart2js/stats_test.dart |
diff --git a/tests/compiler/dart2js/stats_test.dart b/tests/compiler/dart2js/stats_test.dart |
index c13335ae427286be8ea15e903c9c336004f90cea..8aad173570b3d1c54b06c4926d5be10b8dbd5220 100644 |
--- a/tests/compiler/dart2js/stats_test.dart |
+++ b/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 'package:compiler/implementation/helpers/helpers.dart'; |
+import 'package:compiler/src/helpers/helpers.dart'; |
class CollectingOutput implements StatsOutput { |
final StringBuffer sb = new StringBuffer(); |