| Index: dart/tests/lib/mirrors/type_variable_owner_test.dart
|
| diff --git a/dart/tests/lib/mirrors/type_variable_owner_test.dart b/dart/tests/lib/mirrors/type_variable_owner_test.dart
|
| index 282977d7199c032c5c3dad98e3ae652b1deda3fd..a6deb620b19e7da223d4a6d4e94727f5bd60f372 100644
|
| --- a/dart/tests/lib/mirrors/type_variable_owner_test.dart
|
| +++ b/dart/tests/lib/mirrors/type_variable_owner_test.dart
|
| @@ -36,7 +36,7 @@ Predicate<List> somePredicateOfList;
|
|
|
| testTypeVariableOfTypedef() {
|
| LibraryMirror thisLibrary =
|
| - currentMirrorSystem().findLibrary(#test.type_variable_owner).single;
|
| + currentMirrorSystem().findLibrary(#test.type_variable_owner);
|
|
|
| TypedefMirror predicateOfDynamic = reflectType(Predicate);
|
| TypedefMirror predicateOfList =
|
|
|