| Index: tests/corelib/string_trim_test.dart
|
| diff --git a/tests/corelib/string_trim_test.dart b/tests/corelib/string_trim_test.dart
|
| index ab54484fa9e87644a2f433a9429704b822bf72ab..6049af9e1c705d178de7aa0851ad8236602c749a 100644
|
| --- a/tests/corelib/string_trim_test.dart
|
| +++ b/tests/corelib/string_trim_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 StringTrimTest {
|
| static testMain() {
|
| Expect.equals("", " ".trim());
|
|
|