| Index: tests/compiler/dart2js_extra/if_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/if_test.dart b/tests/compiler/dart2js_extra/if_test.dart
|
| index fcc4fc69b3bef5663671243e787e350456aa178e..d2c8ad8701b2e1bf4135368e9e8a47496760149e 100644
|
| --- a/tests/compiler/dart2js_extra/if_test.dart
|
| +++ b/tests/compiler/dart2js_extra/if_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";
|
| +
|
| int if1() {
|
| if (true) {
|
| return 499;
|
|
|