| Index: tests/language/compile_time_constant_n_test.dart
|
| diff --git a/tests/language/compile_time_constant_n_test.dart b/tests/language/compile_time_constant_n_test.dart
|
| index 3f621b2856ef04a83c45f5037cc927936c007f05..af2c5f148a686d49caf7f9dc0a883a2646e3ade0 100644
|
| --- a/tests/language/compile_time_constant_n_test.dart
|
| +++ b/tests/language/compile_time_constant_n_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";
|
| -
|
| class A {
|
| const A();
|
| operator ==(x) => x == 499;
|
|
|