| Index: tests/corelib/integer_to_string_test.dart
|
| diff --git a/tests/corelib/integer_to_string_test.dart b/tests/corelib/integer_to_string_test.dart
|
| index 8b7061aa4041c7b1064168c64a9668f9a8b559e6..e6f94ed7b97374f6a7e5f50db4c60aef0d5f2a48 100644
|
| --- a/tests/corelib/integer_to_string_test.dart
|
| +++ b/tests/corelib/integer_to_string_test.dart
|
| @@ -19,7 +19,7 @@ main() {
|
| Expect.equals(expect, (new StringBuffer()..write(value)).toString());
|
| }
|
|
|
| - // Null.
|
| + // Very simple tests.
|
| test(0, "0");
|
| test(1, "1");
|
| test(2, "2");
|
|
|