| Index: tests/language/final_syntax_test.dart
|
| diff --git a/tests/language/final_syntax_test.dart b/tests/language/final_syntax_test.dart
|
| index 3ac879dffc709132699ff1abffd64a732d60c9ec..78a540e61e94cf142bd24aabb2d3696138b74d5d 100644
|
| --- a/tests/language/final_syntax_test.dart
|
| +++ b/tests/language/final_syntax_test.dart
|
| @@ -2,8 +2,6 @@
|
| // 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";
|
| -
|
| main() {
|
| final f0 = 42;
|
| final f1; /// 01: compile-time error
|
|
|