| Index: tests/language/compile_time_constant_m_test.dart
|
| diff --git a/tests/language/compile_time_constant_m_test.dart b/tests/language/compile_time_constant_m_test.dart
|
| index 0ae096ea6db32bbd23f97270ef915d25edd7497b..b43eb82bf5adc968f102399731a4f6ca0c7bc24c 100644
|
| --- a/tests/language/compile_time_constant_m_test.dart
|
| +++ b/tests/language/compile_time_constant_m_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();
|
| foo([x = const A()]) => x;
|
|
|