| 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 bf18bceb4c1618b3a76b6f93599bb52039daebfa..491356c3239ec6950be4955fc38c9fbabf7f57c8 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,
|
| - resolveType: (t) => t,
|
| + lookupType: (t) => t,
|
| typesReturned: actualReturns,
|
| typesInstantiated: actualCreates,
|
| objectType: OBJECT,
|
|
|