| Index: tests/language/for_in_test.dart
|
| diff --git a/tests/language/for_in_test.dart b/tests/language/for_in_test.dart
|
| index 0f910eb2dee35aa78d4cdc6209f2f946fe8e1c9b..4360a4890a6e91b903aedc882fc623b9dff2396e 100644
|
| --- a/tests/language/for_in_test.dart
|
| +++ b/tests/language/for_in_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";
|
| +
|
| // Dart test for testing for in on a list literal.
|
|
|
| class ForInTest {
|
|
|