| Index: tests/compiler/dart2js/size_test.dart
|
| diff --git a/tests/compiler/dart2js/size_test.dart b/tests/compiler/dart2js/size_test.dart
|
| index 9b39765936ac206184ab5fad46c5f9b1696cc263..ccf0556b9b3c7d4bc005f9c86979f239ca3047c3 100644
|
| --- a/tests/compiler/dart2js/size_test.dart
|
| +++ b/tests/compiler/dart2js/size_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 "compiler_helper.dart";
|
|
|
| const String TEST = "main() => [];";
|
|
|