Index: tests/corelib/safe_to_string_test.dart |
diff --git a/tests/corelib/safe_to_string_test.dart b/tests/corelib/safe_to_string_test.dart |
index dd80be1ce91e767babb265bbe22d29dbcbca6eb6..10be1f73a999a02570b51eeeb37eb9614bb2465b 100644 |
--- a/tests/corelib/safe_to_string_test.dart |
+++ b/tests/corelib/safe_to_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"; |
+ |
main() { |
Expect.stringEquals('1', Error.safeToString(1)); |
Expect.stringEquals('0.5', Error.safeToString(0.5)); |