| Index: tests/language/const_syntax_test.dart
|
| diff --git a/tests/language/const_syntax_test.dart b/tests/language/const_syntax_test.dart
|
| index 668bb9f96ff982fba1834f18818336890c4038d8..7540709735aafdcec99ff02f1e295c133315f884 100644
|
| --- a/tests/language/const_syntax_test.dart
|
| +++ b/tests/language/const_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() {
|
| const f0 = 42;
|
| const f1; /// 01: compile-time error
|
|
|