| Index: tests/language/const_locals_test.dart
|
| diff --git a/tests/language/const_locals_test.dart b/tests/language/const_locals_test.dart
|
| index 8261b15f21f2a19a337e0a9da74f63e0db202770..4c57168fe1c741caf597c4d603dc1c9b68f4fc6a 100644
|
| --- a/tests/language/const_locals_test.dart
|
| +++ b/tests/language/const_locals_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";
|
| -
|
| // Test of compile time constant local variables.
|
|
|
| const N = 8;
|
|
|