| Index: tests/compiler/dart2js/type_checker_test.dart
|
| diff --git a/tests/compiler/dart2js/type_checker_test.dart b/tests/compiler/dart2js/type_checker_test.dart
|
| index 10fb244f8a147aa46c8491f69c85057a0fe11cd9..b41971d15a67460ac99c13152433b41e19e06351 100644
|
| --- a/tests/compiler/dart2js/type_checker_test.dart
|
| +++ b/tests/compiler/dart2js/type_checker_test.dart
|
| @@ -71,7 +71,7 @@ main() {
|
| }
|
|
|
| testSimpleTypes(MockCompiler compiler) {
|
| - checkType(ResolutionDartType type, String code) {
|
| + checkType(ResolutionInterfaceType type, String code) {
|
| Expect.equals(type, analyzeType(compiler, code));
|
| }
|
|
|
|
|