| Index: tests/language/branches_test.dart
|
| diff --git a/tests/language/branches_test.dart b/tests/language/branches_test.dart
|
| index 31fee90d30693bae0990da7aa2f7d3933e9ec3b9..d893cbcd36658c0ad753677900d84f9f1c496c61 100644
|
| --- a/tests/language/branches_test.dart
|
| +++ b/tests/language/branches_test.dart
|
| @@ -4,8 +4,6 @@
|
| // 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);
|
|
|