| Index: pkg/unittest/test/pretty_print_test.dart
|
| ===================================================================
|
| --- pkg/unittest/test/pretty_print_test.dart (revision 24503)
|
| +++ pkg/unittest/test/pretty_print_test.dart (working copy)
|
| @@ -12,7 +12,7 @@
|
| expect(prettyPrint(true), equals('<true>'));
|
| expect(prettyPrint(null), equals('<null>'));
|
| expect(prettyPrint(() => 12),
|
| - matches(r'<Closure(: \(dynamic\) => dynamic)?>'));
|
| + matches(r'<Closure(: \(\) => dynamic)?>'));
|
| });
|
|
|
| group('with a string', () {
|
|
|