| Index: tests/corelib/list_growable_test.dart
|
| diff --git a/tests/corelib/list_growable_test.dart b/tests/corelib/list_growable_test.dart
|
| index 616b4506259b2666d60567bfe14cc215aa682b35..98c7fda4fb141d268a3a131c552bfd5da085d220 100644
|
| --- a/tests/corelib/list_growable_test.dart
|
| +++ b/tests/corelib/list_growable_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;
|
| a = new List();
|
|
|