| Index: dart/tests/compiler/dart2js/mirrors_test.dart
|
| diff --git a/dart/tests/compiler/dart2js/mirrors_test.dart b/dart/tests/compiler/dart2js/mirrors_test.dart
|
| index f8b55809bc547bdd5d78bb0c2ebe1d8b8a29ffd1..80cda92be506659dae1260a49b191e2ebe3f18a6 100644
|
| --- a/dart/tests/compiler/dart2js/mirrors_test.dart
|
| +++ b/dart/tests/compiler/dart2js/mirrors_test.dart
|
| @@ -71,7 +71,7 @@ void test(MirrorSystem mirrors) {
|
| "Unexpected library simple name");
|
| Expect.stringEquals("mirrors_helper", helperLibrary.qualifiedName,
|
| "Unexpected library qualified name");
|
| - Expect.equals(helperLibrary, mirrors.findLibrary('mirrors_helper').single);
|
| + Expect.equals(helperLibrary, mirrors.findLibrary('mirrors_helper'));
|
|
|
| var helperLibraryLocation = helperLibrary.location;
|
| Expect.isNotNull(helperLibraryLocation);
|
|
|