Chromium Code Reviews| Index: tests/compiler/dart2js_extra/do_test.dart |
| diff --git a/tests/compiler/dart2js_extra/do_test.dart b/tests/compiler/dart2js_extra/do_test.dart |
| index 84327f140e38d807c975e1a25c9496519ddd43c2..04d8d87fc2d688258ab570ecf426586798172dfd 100644 |
| --- a/tests/compiler/dart2js_extra/do_test.dart |
| +++ b/tests/compiler/dart2js_extra/do_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"; |
| + |
| void do1() { |
| bool cond = true; |
| var result = 0; |