Chromium Code Reviews| Index: tests/corelib/string_buffer_test.dart |
| =================================================================== |
| --- tests/corelib/string_buffer_test.dart (revision 7745) |
| +++ tests/corelib/string_buffer_test.dart (working copy) |
| @@ -53,7 +53,7 @@ |
| bf.add("z"); |
| bf.add("\n"); |
| bf.add("thequickbrownfoxjumpsoverthelazydog"); |
| - Expect.equals("abcdefghijklmnopqrstuvwxyz\n" + |
| + Expect.equals("abcdefghijklmnopqrstuvwxyz\n" |
| "thequickbrownfoxjumpsoverthelazydog", |
| bf.toString()); |