| Index: tests/compiler/dart2js/type_combination_test.dart
|
| diff --git a/tests/compiler/dart2js/type_combination_test.dart b/tests/compiler/dart2js/type_combination_test.dart
|
| index 886a93b52557a3b8af4bd274c48564818a9391bf..b063bf5fd7b6cd0361106ca8141e94377b182158 100644
|
| --- a/tests/compiler/dart2js/type_combination_test.dart
|
| +++ b/tests/compiler/dart2js/type_combination_test.dart
|
| @@ -679,7 +679,7 @@ void main() {
|
| MockCompiler compiler = new MockCompiler();
|
| JavaScriptBackend backend = compiler.backend;
|
| compiler.interceptorsLibrary.forEachLocalMember((element) {
|
| - if (element.isClass()) {
|
| + if (element.isClass) {
|
| compiler.enqueuer.resolution.registerInstantiatedClass(
|
| element, compiler.globalDependencies);
|
| }
|
|
|