| Index: tools/testing/dart/multitest.dart
|
| ===================================================================
|
| --- tools/testing/dart/multitest.dart (revision 24520)
|
| +++ tools/testing/dart/multitest.dart (working copy)
|
| @@ -124,7 +124,7 @@
|
|
|
| // Copy all the tests into the output map tests, as multiline strings.
|
| for (String key in testsAsLines.keys) {
|
| - tests[key] = testsAsLines[key].join(line_separator).concat(line_separator);
|
| + tests[key] = testsAsLines[key].join(line_separator) + line_separator;
|
| }
|
| }
|
|
|
|
|