| Index: tests/language/function_type_test.dart
|
| diff --git a/tests/language/function_type_test.dart b/tests/language/function_type_test.dart
|
| index 4beb620b2a07e9f6dac9e384b4360d911a26cd2c..b58c9a46ccad17cb0587217cb4077a5779d71090 100644
|
| --- a/tests/language/function_type_test.dart
|
| +++ b/tests/language/function_type_test.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test for a function type test that cannot be eliminated at compile time.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| isCheckedMode() {
|
| try {
|
| var i = 1;
|
|
|