| Index: tests/compiler/dart2js/mock_libraries.dart
|
| diff --git a/tests/compiler/dart2js/mock_libraries.dart b/tests/compiler/dart2js/mock_libraries.dart
|
| index 11414163d1d9805830717f7f96135702a383a515..24c42e41c8291cfa6830ba46dd12589fccb3291f 100644
|
| --- a/tests/compiler/dart2js/mock_libraries.dart
|
| +++ b/tests/compiler/dart2js/mock_libraries.dart
|
| @@ -258,7 +258,7 @@ const Map<String, String> DEFAULT_JS_HELPER_LIBRARY = const <String, String>{
|
| final Type owner;
|
| final String name;
|
| final int bound;
|
| - TypeVariable(this.owner, this.name, this.bound);
|
| + const TypeVariable(this.owner, this.name, this.bound);
|
| }''',
|
| 'unwrapException': 'unwrapException(e) {}',
|
| 'voidTypeCheck': 'voidTypeCheck(value) {}',
|
|
|