| Index: tests/compiler/dart2js_extra/closure5_test.dart | 
| diff --git a/tests/compiler/dart2js_extra/closure5_test.dart b/tests/compiler/dart2js_extra/closure5_test.dart | 
| index b88f5ef0ea3fc5af36be47a8e92622327a83765b..f135346abd8e720c1983738a27023fa66d4f93f4 100644 | 
| --- a/tests/compiler/dart2js_extra/closure5_test.dart | 
| +++ b/tests/compiler/dart2js_extra/closure5_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 A { | 
| foo() => 499; | 
| bar({a: 1, b: 7, c: 99}) => a + b + c; | 
|  |