Index: tests/corelib/strings_test.dart |
diff --git a/tests/corelib/strings_test.dart b/tests/corelib/strings_test.dart |
index 16630f274bd0289582ff04511afd9e76a327af00..11490d2623d9dd4954474ee5b5243b0ce9f0cb4c 100644 |
--- a/tests/corelib/strings_test.dart |
+++ b/tests/corelib/strings_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"; |
+ |
// Dart test program for testing class 'Strings'. |
class StringsTest { |