| Index: test/dart_codegen/expect/async/async_error.dart
|
| diff --git a/test/dart_codegen/expect/async/async_error.dart b/test/dart_codegen/expect/async/async_error.dart
|
| index c14102377b79113489a378b60b088440fda6e961..990ea185632175e3a1e325f49a90a8a03e69db61 100644
|
| --- a/test/dart_codegen/expect/async/async_error.dart
|
| +++ b/test/dart_codegen/expect/async/async_error.dart
|
| @@ -24,12 +24,11 @@ part of dart.async;
|
| return null;
|
| }
|
| String toString() {
|
| - String result = "Uncaught Error: ${error}
|
| -";
|
| - if (stackTrace != null) {
|
| - result += "\nStack Trace:\n$stackTrace";
|
| + String result = "Uncaught Error: ${error}";
|
| + if (stackTrace != null) {
|
| + result += "\nStack Trace:\n$stackTrace";
|
| + }
|
| + return result;
|
| }
|
| - return result;
|
| -}
|
| }
|
| typedef dynamic __t0(dynamic __u1);
|
|
|