Chromium Code Reviews| Index: tests/language/for2_test.dart |
| diff --git a/tests/language/for2_test.dart b/tests/language/for2_test.dart |
| index 7477565870cc708f64852a27570faaf0bde68c67..52686e255abbbb17435dcc68c1d3770095993e34 100644 |
| --- a/tests/language/for2_test.dart |
| +++ b/tests/language/for2_test.dart |
| @@ -3,6 +3,8 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Dart test program for testing for statement which captures loop variable. |
| +import "package:expect/expect.dart"; |
| + |
| var f; |
| main() { |