| Index: tests/compiler/dart2js/js_parser_test.dart
|
| diff --git a/tests/compiler/dart2js/js_parser_test.dart b/tests/compiler/dart2js/js_parser_test.dart
|
| index b192ec8d2f2c1fc6929e97f96bcefb918f5b049e..85632ca139b7c4bef4b899644df3816b9da78853 100644
|
| --- a/tests/compiler/dart2js/js_parser_test.dart
|
| +++ b/tests/compiler/dart2js/js_parser_test.dart
|
| @@ -2,6 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +import 'package:expect/expect.dart';
|
| import 'mock_compiler.dart';
|
| import '../../../sdk/lib/_internal/compiler/implementation/js/js.dart' as jsAst;
|
| import '../../../sdk/lib/_internal/compiler/implementation/js/js.dart' show js;
|
|
|