| Index: tests/isolate/stacktrace_message_test.dart
|
| diff --git a/tests/isolate/stacktrace_message_test.dart b/tests/isolate/stacktrace_message_test.dart
|
| index c22fa0117124f29f1acd7b8da101414aeb6659b7..baddf773d851c1eda51ce0869a2217e5a64bd607 100644
|
| --- a/tests/isolate/stacktrace_message_test.dart
|
| +++ b/tests/isolate/stacktrace_message_test.dart
|
| @@ -11,7 +11,7 @@ void main([args, port]) {
|
| test("stacktrace_message", () {
|
| ReceivePort reply = new ReceivePort();
|
| Isolate.spawn(runTest, reply.sendPort);
|
| - reply.first.then(expectAsync1((StackTrace stack) {
|
| + reply.first.then(expectAsync((StackTrace stack) {
|
| print(stack);
|
| }));
|
| });
|
|
|