| Index: tests/corelib/collection_contains_test.dart
|
| diff --git a/tests/corelib/collection_contains_test.dart b/tests/corelib/collection_contains_test.dart
|
| index bfb7038eb01736911a7807ab56d2127799a6806d..168855babe6ef2192b1fad9c8cf1cd9644a52758 100644
|
| --- a/tests/corelib/collection_contains_test.dart
|
| +++ b/tests/corelib/collection_contains_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";
|
| -
|
| // Tests for the contains methods on lists.
|
|
|
| test(list, notInList) {
|
|
|