| Index: tests/corelib/string_test.dart
|
| diff --git a/tests/corelib/string_test.dart b/tests/corelib/string_test.dart
|
| index 15181815dcce8c7691cdd4978adc43b8af7cb3bf..61d59ba6be2f43ae8a41d5c358a21a63abaf2bcf 100644
|
| --- a/tests/corelib/string_test.dart
|
| +++ b/tests/corelib/string_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";
|
| +
|
| // TODO(ngeoffray): test String methods with null arguments.
|
| class StringTest {
|
|
|
|
|