| Index: tests/language/empty_block_case_test.dart
|
| diff --git a/tests/language/empty_block_case_test.dart b/tests/language/empty_block_case_test.dart
|
| index 6aeb6cf3b92470eef0587fe93c7b82695ccda775..085ce701416466f0f677206ca526ad18d8b26bd7 100644
|
| --- a/tests/language/empty_block_case_test.dart
|
| +++ b/tests/language/empty_block_case_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";
|
| +
|
| // Test that a case with an empty block does not fall through.
|
|
|
| class EmptyBlockCaseTest {
|
|
|