| Index: tests/lib/mirrors/type_variable_owner_test.dart
|
| ===================================================================
|
| --- tests/lib/mirrors/type_variable_owner_test.dart (revision 30026)
|
| +++ tests/lib/mirrors/type_variable_owner_test.dart (working copy)
|
| @@ -40,7 +40,7 @@
|
|
|
| TypedefMirror predicateOfDynamic = reflectType(Predicate);
|
| TypedefMirror predicateOfList =
|
| - thisLibrary.variables[#somePredicateOfList].type;
|
| + thisLibrary.declarations[#somePredicateOfList].type;
|
| TypedefMirror predicateDecl = predicateOfList.originalDeclaration;
|
|
|
| Expect.equals(predicateDecl, predicateOfDynamic.typeVariables[0].owner);
|
|
|