Chromium Code Reviews| Index: tests/language/list_is_test.dart |
| diff --git a/tests/language/list_is_test.dart b/tests/language/list_is_test.dart |
| index 8df30bdbd8b1021d5cb92c2ee849c71667fd25da..147ab3388d450d7482b274897cd4ba20efb385c4 100644 |
| --- a/tests/language/list_is_test.dart |
| +++ b/tests/language/list_is_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<T> { |
| bar() => new List<T>(); |
| } |