| Index: tests/corelib/list_fixed_test.dart
|
| diff --git a/tests/corelib/list_fixed_test.dart b/tests/corelib/list_fixed_test.dart
|
| index b6d74402ec60542630d1026bb6b3bd04aa668da8..f68097760f09fe821a84e815e16c69e2f8102236 100644
|
| --- a/tests/corelib/list_fixed_test.dart
|
| +++ b/tests/corelib/list_fixed_test.dart
|
| @@ -2,6 +2,8 @@
|
| // 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";
|
| +
|
| main() {
|
| var a;
|
|
|
|
|