| Index: tests/compiler/dart2js/mock_libraries.dart
|
| diff --git a/tests/compiler/dart2js/mock_libraries.dart b/tests/compiler/dart2js/mock_libraries.dart
|
| index 5bd9de569203e02b48db082e1fd551c54cbff085..54d4490bfba4995ce5b545c9870071a94a01ecba 100644
|
| --- a/tests/compiler/dart2js/mock_libraries.dart
|
| +++ b/tests/compiler/dart2js/mock_libraries.dart
|
| @@ -215,6 +215,10 @@ const Map<String, String> DEFAULT_JS_HELPER_LIBRARY = const <String, String>{
|
| 'subtypeOfRuntimeTypeCast': 'subtypeOfRuntimeTypeCast(object, type) {}',
|
| 'throwAbstractClassInstantiationError':
|
| 'throwAbstractClassInstantiationError(className) {}',
|
| + 'checkConcurrentModificationError':
|
| + 'checkConcurrentModificationError(collection) {}',
|
| + 'throwConcurrentModificationError':
|
| + 'throwConcurrentModificationError(collection) {}',
|
| 'throwCyclicInit': 'throwCyclicInit(staticName) {}',
|
| 'throwExpression': 'throwExpression(e) {}',
|
| 'throwNoSuchMethod':
|
|
|