Index: tests/corelib/string_split_test.dart |
diff --git a/tests/corelib/string_split_test.dart b/tests/corelib/string_split_test.dart |
index 7cacc7c59e682f6c0691a863837b99bceac12349..9eee525f62aa89fbf696fddd1ea5d2192907ce0e 100644 |
--- a/tests/corelib/string_split_test.dart |
+++ b/tests/corelib/string_split_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 StringSplitTest { |
static testMain() { |
var list = "a b c".split(" "); |