| Index: tests/compiler/dart2js/scanner_test.dart
|
| diff --git a/tests/compiler/dart2js/scanner_test.dart b/tests/compiler/dart2js/scanner_test.dart
|
| index e3a82fbc13036a09c6c03a3a6e3e5df1605c69f2..ce3098d7ea7e5189c2256edc90c2b06547098a09 100644
|
| --- a/tests/compiler/dart2js/scanner_test.dart
|
| +++ b/tests/compiler/dart2js/scanner_test.dart
|
| @@ -3,7 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import "package:expect/expect.dart";
|
| -import 'package:compiler/src/scanner/scannerlib.dart';
|
| +import 'package:compiler/src/scanner/utf8_bytes_scanner.dart';
|
| +import 'package:compiler/src/scanner/token.dart';
|
| import 'package:compiler/src/util/characters.dart';
|
| import 'dart:typed_data';
|
|
|
|
|