| Index: dart/tests/compiler/dart2js/dart_backend_test.dart
|
| diff --git a/dart/tests/compiler/dart2js/dart_backend_test.dart b/dart/tests/compiler/dart2js/dart_backend_test.dart
|
| index 26641b78fd889cd50e6fb935349282bd4710b588..ebaf7f376984f83184b0d4c482bd103a949f60e2 100644
|
| --- a/dart/tests/compiler/dart2js/dart_backend_test.dart
|
| +++ b/dart/tests/compiler/dart2js/dart_backend_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 'dart:async';
|
| import 'dart:uri';
|
| import 'parser_helper.dart';
|
| import 'mock_compiler.dart';
|
|
|