Index: tests/corelib/string_test.dart |
diff --git a/tests/corelib/string_test.dart b/tests/corelib/string_test.dart |
index d0879bd4c600303efbb8ce4388026739546fd1d5..fd73feae9e2c53690b96331fdb401474f0fc8719 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 { |