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

Unified Diff: dart/tests/compiler/dart2js/parser_helper.dart

Issue 848003002: Remove CompilerCancelledException. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r42861 Created 5 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 | « dart/tests/compiler/dart2js/mock_compiler.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/compiler/dart2js/parser_helper.dart
diff --git a/dart/tests/compiler/dart2js/parser_helper.dart b/dart/tests/compiler/dart2js/parser_helper.dart
index 3b073706ac34ec1297d8224c7db72bc9219d99ad..344111fb416381d6c06739858deff17918c1e729 100644
--- a/dart/tests/compiler/dart2js/parser_helper.dart
+++ b/dart/tests/compiler/dart2js/parser_helper.dart
@@ -23,10 +23,6 @@ export "package:compiler/src/dart2jslib.dart"
export "package:compiler/src/scanner/scannerlib.dart";
class LoggerCanceler implements DiagnosticListener {
- void cancel(String reason, {node, token, instruction, element}) {
- throw new CompilerCancelledException(reason);
- }
-
void log(message) {
print(message);
}
« no previous file with comments | « dart/tests/compiler/dart2js/mock_compiler.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698