| Index: tests/compiler/dart2js_extra/conditional_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/conditional_test.dart b/tests/compiler/dart2js_extra/conditional_test.dart
|
| index 6ecb67b1554f3053dc7f062ad1f1adcda2e8d456..c1e30b9d4daca83537bde41cf9a2d44a1e9e1d76 100644
|
| --- a/tests/compiler/dart2js_extra/conditional_test.dart
|
| +++ b/tests/compiler/dart2js_extra/conditional_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";
|
| +
|
| getZero() { return 0; }
|
|
|
| main() {
|
|
|