Chromium Code Reviews| Index: tests/corelib/list_index_of_test.dart |
| diff --git a/tests/corelib/list_index_of_test.dart b/tests/corelib/list_index_of_test.dart |
| index ca8ab4c32d7b3802c1e4a07b249a338390484aa5..4641adc6cadd8f782a7f83a5f7323492d81418b0 100644 |
| --- a/tests/corelib/list_index_of_test.dart |
| +++ b/tests/corelib/list_index_of_test.dart |
| @@ -2,6 +2,8 @@ |
| // 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 ListIndexOfTest { |
| static testMain() { |
| test(new List<int>(5)); |