| Index: pkg/unittest/test/matchers_unminified_test.dart
|
| ===================================================================
|
| --- pkg/unittest/test/matchers_unminified_test.dart (revision 24503)
|
| +++ pkg/unittest/test/matchers_unminified_test.dart (working copy)
|
| @@ -23,7 +23,7 @@
|
| throwsFormatException,
|
| matches(
|
| r"Expected: throws FormatException +"
|
| - r"Actual: <Closure(: \(dynamic\) => dynamic)?> +"
|
| + r"Actual: <Closure(: \(\) => dynamic)?> +"
|
| r"Which: threw \?:<Exception>"));
|
|
|
| });
|
| @@ -35,7 +35,7 @@
|
| throwsArgumentError,
|
| matches(
|
| r"Expected: throws ArgumentError +"
|
| - r"Actual: <Closure(: \(dynamic\) => dynamic)?> +"
|
| + r"Actual: <Closure(: \(\) => dynamic)?> +"
|
| r"Which: threw \?:<Exception>"));
|
| });
|
|
|
| @@ -46,7 +46,7 @@
|
| throwsRangeError,
|
| matches(
|
| r"Expected: throws RangeError +"
|
| - r"Actual: <Closure(: \(dynamic\) => dynamic)?> +"
|
| + r"Actual: <Closure(: \(\) => dynamic)?> +"
|
| r"Which: threw \?:<Exception>"));
|
| });
|
|
|
| @@ -57,7 +57,7 @@
|
| throwsNoSuchMethodError,
|
| matches(
|
| r"Expected: throws NoSuchMethodError +"
|
| - r"Actual: <Closure(: \(dynamic\) => dynamic)?> +"
|
| + r"Actual: <Closure(: \(\) => dynamic)?> +"
|
| r"Which: threw \?:<Exception>"));
|
| });
|
|
|
| @@ -68,7 +68,7 @@
|
| throwsUnimplementedError,
|
| matches(
|
| r"Expected: throws UnimplementedError +"
|
| - r"Actual: <Closure(: \(dynamic\) => dynamic)?> +"
|
| + r"Actual: <Closure(: \(\) => dynamic)?> +"
|
| r"Which: threw \?:<Exception>"));
|
| });
|
|
|
| @@ -79,7 +79,7 @@
|
| throwsUnsupportedError,
|
| matches(
|
| r"Expected: throws UnsupportedError +"
|
| - r"Actual: <Closure(: \(dynamic\) => dynamic)?> +"
|
| + r"Actual: <Closure(: \(\) => dynamic)?> +"
|
| r"Which: threw \?:<Exception>"));
|
| });
|
|
|
| @@ -90,7 +90,7 @@
|
| throwsStateError,
|
| matches(
|
| r"Expected: throws StateError +"
|
| - r"Actual: <Closure(: \(dynamic\) => dynamic)?> +"
|
| + r"Actual: <Closure(: \(\) => dynamic)?> +"
|
| r"Which: threw \?:<Exception>"));
|
| });
|
| });
|
|
|