| Index: tests/compiler/dart2js/mock_libraries.dart
|
| diff --git a/tests/compiler/dart2js/mock_libraries.dart b/tests/compiler/dart2js/mock_libraries.dart
|
| index 296e18bfcc3b359879dc7f6f8db791e142cfd196..a9f96efcbf7c5edca4c33135e8f3b57b756235a1 100644
|
| --- a/tests/compiler/dart2js/mock_libraries.dart
|
| +++ b/tests/compiler/dart2js/mock_libraries.dart
|
| @@ -194,8 +194,8 @@ const Map<String, String> DEFAULT_JS_HELPER_LIBRARY = const <String, String>{
|
| 'numTypeCheck': 'numTypeCheck(value) {}',
|
| '_Patch': 'class _Patch { final tag; const _Patch(this.tag); }',
|
| 'patch': 'const patch = const _Patch(null);',
|
| - 'patch_new': 'const patch_new = const _Patch("new");',
|
| - 'patch_old': 'const patch_old = const _Patch("old");',
|
| + 'patch_full': 'const patch_full = const _Patch("full");',
|
| + 'patch_lazy': 'const patch_lazy = const _Patch("lazy");',
|
| 'propertyTypeCast': 'propertyTypeCast(x) {}',
|
| 'propertyTypeCheck': 'propertyTypeCheck(value, property) {}',
|
| 'requiresPreamble': 'requiresPreamble() {}',
|
|
|