Chromium Code Reviews| Index: pkg/unittest/lib/src/core_matchers.dart |
| =================================================================== |
| --- pkg/unittest/lib/src/core_matchers.dart (revision 18269) |
| +++ pkg/unittest/lib/src/core_matchers.dart (working copy) |
| @@ -145,7 +145,7 @@ |
| } else { |
| for (var key in expected.keys) { |
| if (!actual.containsKey(key)) { |
| - reason = new StringDescription('missing map key '); |
| + reason = new StringDescription('missing map key $key '); |
| reason.addDescriptionOf(key); |
| break; |
| } |