Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(820)

Unified Diff: test/codegen_test.dart

Issue 1641643004: Roll analyzer to 0.27.2-alpha.1 (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Rerun tests and format Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/codegen/expect/unittest/unittest.js ('k') | tool/sdk_expected_errors.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {}
}
« no previous file with comments | « test/codegen/expect/unittest/unittest.js ('k') | tool/sdk_expected_errors.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698