| Index: tests/compiler/dart2js/parser_helper.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/parser_helper.dart (revision 13683)
|
| +++ tests/compiler/dart2js/parser_helper.dart (working copy)
|
| @@ -14,7 +14,7 @@
|
| #import("../../../lib/compiler/implementation/util/util.dart");
|
|
|
| class LoggerCanceler implements DiagnosticListener {
|
| - void cancel([String reason, node, token, instruction, element]) {
|
| + void cancel(String reason, {node, token, instruction, element}) {
|
| throw new CompilerCancelledException(reason);
|
| }
|
|
|
|
|