| Index: frog/tests/leg/parser_helper.dart
|
| diff --git a/frog/tests/leg/parser_helper.dart b/frog/tests/leg/parser_helper.dart
|
| index 8d8757f6dc030aec8210f4039cbbe0dd29879d67..9037058fe58559aa8bd70dd0f612267b21d4fd5d 100644
|
| --- a/frog/tests/leg/parser_helper.dart
|
| +++ b/frog/tests/leg/parser_helper.dart
|
| @@ -13,7 +13,7 @@
|
| #import("../../../lib/compiler/implementation/util/util.dart");
|
|
|
| class LoggerCanceler implements DiagnosticListener {
|
| - void cancel([String reason, node, token, instruction]) {
|
| + void cancel([String reason, node, token, instruction, element]) {
|
| throw new CompilerCancelledException(reason);
|
| }
|
|
|
|
|