| Index: dart/tests/compiler/dart2js/unparser2_test.dart
|
| diff --git a/dart/tests/compiler/dart2js/unparser2_test.dart b/dart/tests/compiler/dart2js/unparser2_test.dart
|
| index d26e1614ca7f472ebf774b5ea84901323bdafbd2..671615aff69b8b5e43e5e8fb11d63acd7b16bba4 100644
|
| --- a/dart/tests/compiler/dart2js/unparser2_test.dart
|
| +++ b/dart/tests/compiler/dart2js/unparser2_test.dart
|
| @@ -2,10 +2,10 @@
|
| // 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("../../../lib/compiler/implementation/scanner/scannerlib.dart");
|
| -#import("../../../lib/compiler/implementation/elements/elements.dart"); // only need CompilationUnitElement
|
| -#import("../../../lib/compiler/implementation/tree/tree.dart");
|
| -#import("../../../lib/compiler/implementation/leg.dart"); // only need DiagnosticListener & Script
|
| +import "../../../lib/compiler/implementation/scanner/scannerlib.dart";
|
| +import "../../../lib/compiler/implementation/elements/elements.dart" show CompilationUnitElement, LibraryElement;
|
| +import "../../../lib/compiler/implementation/tree/tree.dart";
|
| +import "../../../lib/compiler/implementation/dart2jslib.dart" show DiagnosticListener, Script;
|
|
|
| main() {
|
| testClassDef();
|
|
|