| Index: tests/corelib/for_in_test.dart | 
| diff --git a/tests/corelib/for_in_test.dart b/tests/corelib/for_in_test.dart | 
| index de51cc159baea2015ae30e786b8a7e18920add2e..50ee6f79e3ace770ca46c06de3f76f5cc6b990b0 100644 | 
| --- a/tests/corelib/for_in_test.dart | 
| +++ b/tests/corelib/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"; | 
| + | 
| class ForInTest { | 
| static testMain() { | 
| testSimple(); | 
|  |