Chromium Code Reviews| Index: tests/corelib/list_literal_is_growable_test.dart |
| diff --git a/tests/corelib/list_literal_is_growable_test.dart b/tests/corelib/list_literal_is_growable_test.dart |
| index 061a72d1c0cf17ae1ebb60b12907e7a918e616aa..5721eb72f1f5926fb97cbad4bbca681dc922e3d4 100644 |
| --- a/tests/corelib/list_literal_is_growable_test.dart |
| +++ b/tests/corelib/list_literal_is_growable_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"; |
| - |
| main() { |
| var l = []; |
| l.add(1); |