| Index: tests/compiler/dart2js/backend_dart/dart_printer_test.dart
|
| diff --git a/tests/compiler/dart2js/backend_dart/dart_printer_test.dart b/tests/compiler/dart2js/backend_dart/dart_printer_test.dart
|
| index f6fd38bea1bf4c881d072e54887f4b89b43e688b..88eabca90e31335e6e6e29eb99b50d0cddae809f 100644
|
| --- a/tests/compiler/dart2js/backend_dart/dart_printer_test.dart
|
| +++ b/tests/compiler/dart2js/backend_dart/dart_printer_test.dart
|
| @@ -51,7 +51,7 @@ void show(x) {
|
| print("${x.runtimeType}: ${buf.toString()}");
|
| }
|
|
|
| -class PrintDiagnosticListener implements DiagnosticListener {
|
| +class PrintDiagnosticListener implements DiagnosticReporter {
|
| void log(message) {
|
| print(message);
|
| }
|
|
|