| Index: tests/compiler/dart2js/memory_compiler.dart
|
| diff --git a/tests/compiler/dart2js/memory_compiler.dart b/tests/compiler/dart2js/memory_compiler.dart
|
| index 0de4d37a334674d8fb3323651a3933eed5856c22..8b77263f4ce88c0c60c609e392945e9c2d7255b9 100644
|
| --- a/tests/compiler/dart2js/memory_compiler.dart
|
| +++ b/tests/compiler/dart2js/memory_compiler.dart
|
| @@ -40,7 +40,7 @@ class DiagnosticMessage {
|
| DiagnosticMessage(
|
| this.message, this.uri, this.begin, this.end, this.text, this.kind);
|
|
|
| - String toString() => '$uri:$begin:$end:$text:$kind';
|
| + String toString() => '${message.kind}:$uri:$begin:$end:$text:$kind';
|
| }
|
|
|
| class DiagnosticCollector implements CompilerDiagnostics {
|
|
|