Chromium Code Reviews| Index: pkg/unittest/core_matchers.dart |
| =================================================================== |
| --- pkg/unittest/core_matchers.dart (revision 13712) |
| +++ pkg/unittest/core_matchers.dart (working copy) |
| @@ -289,7 +289,7 @@ |
| stackTrace = " ${stackTrace.replaceAll("\n", "\n ")}"; |
| reason = "Actual exception trace:\n$stackTrace"; |
| } |
| - expect(future.exception, _matcher, reason: reason); |
| + expect(future.exception, _matcher, reason); |
| } |
| })); |