| Index: tests/language/factory_implementation_test.dart
|
| diff --git a/tests/language/factory_implementation_test.dart b/tests/language/factory_implementation_test.dart
|
| index c21bda6b6acd12064cb3e120c8f26df065a5d9b7..0f7e2f6e5711de094b73d17d9de03528bd698133 100644
|
| --- a/tests/language/factory_implementation_test.dart
|
| +++ b/tests/language/factory_implementation_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";
|
| -
|
| abstract class A {
|
| factory A(int x, int y) = B;
|
| }
|
|
|