| Index: tests/compiler/dart2js/unparser_test.dart
|
| diff --git a/tests/compiler/dart2js/unparser_test.dart b/tests/compiler/dart2js/unparser_test.dart
|
| index 4b9a8153526ab75e44b94a19714829d0a817cd71..86d8ab9466a6a74c37abceb953bd57d41041a797 100644
|
| --- a/tests/compiler/dart2js/unparser_test.dart
|
| +++ b/tests/compiler/dart2js/unparser_test.dart
|
| @@ -2,8 +2,9 @@
|
| // 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 "package:expect/expect.dart";
|
| import 'parser_helper.dart';
|
| +import 'mock_compiler.dart';
|
| import 'package:compiler/src/tree/tree.dart';
|
|
|
| testUnparse(String statement) {
|
|
|