| Index: tests/corelib/expando_test.dart
|
| diff --git a/tests/corelib/expando_test.dart b/tests/corelib/expando_test.dart
|
| index c6b65d8ccfb536749cb1a55a9dd513e863925977..3bff957f9185e268632acdcee4ab8ca5c30cdbd2 100644
|
| --- a/tests/corelib/expando_test.dart
|
| +++ b/tests/corelib/expando_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";
|
| +
|
| class ExpandoTest {
|
| static Expando<int> visits;
|
|
|
|
|