Chromium Code Reviews| Index: third_party/pkg/angular/test/core/parser/static_parser_spec.dart |
| =================================================================== |
| --- third_party/pkg/angular/test/core/parser/static_parser_spec.dart (revision 33054) |
| +++ third_party/pkg/angular/test/core/parser/static_parser_spec.dart (working copy) |
| @@ -2,7 +2,7 @@ |
| import '../../_specs.dart'; |
| -var EVAL = { '1': (scope, filters) => 1 }; |
| +var EVAL = { '1': (scope) => 1 }; |
| var ASSIGN = { }; |
| class AlwaysReturnX implements DynamicParser { |