| Index: tests/compiler/dart2js/mirrors_used_test.dart
|
| diff --git a/tests/compiler/dart2js/mirrors_used_test.dart b/tests/compiler/dart2js/mirrors_used_test.dart
|
| index caa07bf66cac4e5e09005840c427f49ecd345185..e609577840d2af35b5f56269c3e603d6b7fba2ee 100644
|
| --- a/tests/compiler/dart2js/mirrors_used_test.dart
|
| +++ b/tests/compiler/dart2js/mirrors_used_test.dart
|
| @@ -120,7 +120,8 @@ void main() {
|
| // generated code.
|
| for (var dependency in backend.metadataConstants) {
|
| Constant constant = dependency.constant;
|
| - Expect.isFalse(compiledConstants.contains(constant), '$constant');
|
| + Expect.isFalse(compiledConstants.contains(constant),
|
| + constant.toStructuredString());
|
| }
|
|
|
| // The type literal 'Foo' is both used as metadata, and as a plain value in
|
|
|