| Index: tests/compiler/dart2js/mock_libraries.dart
|
| diff --git a/tests/compiler/dart2js/mock_libraries.dart b/tests/compiler/dart2js/mock_libraries.dart
|
| index d1b9025315241458305fc546caa4b4eca02edc6b..0a22ad5cc29626876382682577a9a0fa3d78544a 100644
|
| --- a/tests/compiler/dart2js/mock_libraries.dart
|
| +++ b/tests/compiler/dart2js/mock_libraries.dart
|
| @@ -280,6 +280,7 @@ const Map<String, String> DEFAULT_JS_HELPER_LIBRARY = const <String, String>{
|
| 'throwNoSuchMethod':
|
| 'throwNoSuchMethod(obj, name, arguments, expectedArgumentNames) {}',
|
| 'throwRuntimeError': 'throwRuntimeError(message) {}',
|
| + 'throwUnsupportedError': 'throwUnsupportedError(message) {}',
|
| 'throwTypeError': 'throwTypeError(message) {}',
|
| 'TypeImpl': 'class TypeImpl {}',
|
| 'TypeVariable': '''class TypeVariable {
|
|
|