Index: tests/corelib/string_runes_test.dart |
diff --git a/tests/corelib/string_runes_test.dart b/tests/corelib/string_runes_test.dart |
index 992958109e5df23237d2e4d2a2a22164236dc905..f0dbd54e7673522838e916987c728887a4bdbffa 100644 |
--- a/tests/corelib/string_runes_test.dart |
+++ b/tests/corelib/string_runes_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"; |
+ |
main() { |
test(String s, List<int> expectedRunes) { |
Runes runes = s.runes; |