Chromium Code Reviews| Index: tests/language/mixin_naming_test.dart |
| diff --git a/tests/language/mixin_naming_test.dart b/tests/language/mixin_naming_test.dart |
| index 7e2476bb82463c4386bb2e271e567a4675c5ae73..b3b4a9c6bf85c6a93c9b1786963b2eb10b68287c 100644 |
| --- a/tests/language/mixin_naming_test.dart |
| +++ b/tests/language/mixin_naming_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 S { } |
| class M1 { } |
| class M2 { } |