| Index: tests/language/branches_test.dart
|
| diff --git a/tests/language/branches_test.dart b/tests/language/branches_test.dart
|
| index d893cbcd36658c0ad753677900d84f9f1c496c61..31fee90d30693bae0990da7aa2f7d3933e9ec3b9 100644
|
| --- a/tests/language/branches_test.dart
|
| +++ b/tests/language/branches_test.dart
|
| @@ -4,6 +4,8 @@
|
| // Dart test for branches. Make sure that shortcuts work, even if they have
|
| // to jump over several expressions.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| class BranchesTest {
|
| static bool f() {
|
| Expect.equals("Never reached", 0);
|
|
|