| Index: tests/compiler/dart2js/resolution_test.dart
|
| diff --git a/tests/compiler/dart2js/resolution_test.dart b/tests/compiler/dart2js/resolution_test.dart
|
| index d9241a893355239155494784ac01855f9bbb8e4d..b5c0719fcf6b0b5fae04fe3acfc71be10e86b750 100644
|
| --- a/tests/compiler/dart2js/resolution_test.dart
|
| +++ b/tests/compiler/dart2js/resolution_test.dart
|
| @@ -92,7 +92,7 @@ main() {
|
| }
|
| """;
|
|
|
| -void test(String code, void check(Compiler compiler)) {
|
| +void test(String code, void check(CompilerImpl compiler)) {
|
| Uri uri = new Uri(scheme: 'source');
|
| var compiler = compilerFor(code, uri);
|
| asyncTest(() => compiler.runCompiler(uri).then((_) {
|
|
|