Index: tests/corelib/string_from_list_test.dart |
diff --git a/tests/corelib/string_from_list_test.dart b/tests/corelib/string_from_list_test.dart |
index e58b67761c78fa133b595b6a2729955a886d5e51..de6b1f739f2f1b690a79d8e66be9d67324833044 100644 |
--- a/tests/corelib/string_from_list_test.dart |
+++ b/tests/corelib/string_from_list_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"; |
+ |
void main() { |
Expect.equals("", new String.fromCharCodes(new List(0))); |
Expect.equals("", new String.fromCharCodes([])); |