| Index: tests/language/naming2_test.dart
|
| diff --git a/tests/language/naming2_test.dart b/tests/language/naming2_test.dart
|
| index f9c08004b245819b605a28f7a1dc1bdaf2cb6716..934fa707a2f929248457f70733707bd0980cdf3a 100644
|
| --- a/tests/language/naming2_test.dart
|
| +++ b/tests/language/naming2_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 {
|
| var function;
|
| A(function) : function = function;
|
|
|