| Index: test/codegen_test.dart
|
| diff --git a/test/codegen_test.dart b/test/codegen_test.dart
|
| index 537c9b30bb4347f4ca3ad3e2696316ffcb8e12b8..fcb973b7288f0ac2a8b3bfba717da3ce83d9b162 100644
|
| --- a/test/codegen_test.dart
|
| +++ b/test/codegen_test.dart
|
| @@ -251,10 +251,6 @@ class PrintLogger implements Logger {
|
| print('[AnalysisEngine] error $message $exception');
|
| }
|
|
|
| - @override void logError2(String message, Object exception) {
|
| - print('[AnalysisEngine] error $message $exception');
|
| - }
|
| -
|
| void logInformation(String message, [CaughtException exception]) {}
|
| void logInformation2(String message, Object exception) {}
|
| }
|
|
|