Index: tests/corelib/integer_to_radix_string_test.dart |
diff --git a/tests/corelib/integer_to_radix_string_test.dart b/tests/corelib/integer_to_radix_string_test.dart |
index a8cafb5a5e279a0c00aa353d37e0a1e5e8c06f11..34db6fb2f8aaea6b9f1a6c4be4843242c2ad78d7 100644 |
--- a/tests/corelib/integer_to_radix_string_test.dart |
+++ b/tests/corelib/integer_to_radix_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() { |
// Test that we accept radix 2 to 36 and that we use lower-case |
// letters. |