| Index: tests/compiler/dart2js/scanner_test.dart
|
| diff --git a/tests/compiler/dart2js/scanner_test.dart b/tests/compiler/dart2js/scanner_test.dart
|
| index 28c01b063f791be0b67773ab2c4ab0839bba488e..da8f03232fdfb7a4e639935b87225e445f342e91 100644
|
| --- a/tests/compiler/dart2js/scanner_test.dart
|
| +++ b/tests/compiler/dart2js/scanner_test.dart
|
| @@ -3,6 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import "package:expect/expect.dart";
|
| +import 'dart:collection';
|
| import 'dart:utf';
|
| import '../../../sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart';
|
| import '../../../sdk/lib/_internal/compiler/implementation/scanner/scanner_implementation.dart';
|
|
|