| Index: tests/compiler/dart2js/js_spec_string_test.dart
|
| diff --git a/tests/compiler/dart2js/js_spec_string_test.dart b/tests/compiler/dart2js/js_spec_string_test.dart
|
| index 491356c3239ec6950be4955fc38c9fbabf7f57c8..4f301afb071e6515824816ff14849f8160fa42dd 100644
|
| --- a/tests/compiler/dart2js/js_spec_string_test.dart
|
| +++ b/tests/compiler/dart2js/js_spec_string_test.dart
|
| @@ -57,7 +57,7 @@ void test(String specString,
|
| setThrows: (b) => actualThrows = b,
|
| setIsAllocation: (b) => actualNew = b,
|
| setUseGvn: (b) => actualGvn = b,
|
| - lookupType: (t) => t,
|
| + lookupType: (t, {required}) => t,
|
| typesReturned: actualReturns,
|
| typesInstantiated: actualCreates,
|
| objectType: OBJECT,
|
|
|