| Index: tests/compiler/dart2js_extra/while_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/while_test.dart b/tests/compiler/dart2js_extra/while_test.dart
|
| index c41d7ca1c37f32554c191c05759264fa848ee9de..4ac3ec3074eac0f59a1a36a27f09899ad05c097c 100644
|
| --- a/tests/compiler/dart2js_extra/while_test.dart
|
| +++ b/tests/compiler/dart2js_extra/while_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 while1() {
|
| bool cond = true;
|
| var result = 0;
|
|
|