Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: dart/tests/compiler/dart2js/mirrors_test.dart

Issue 23455028: Mirrors overhaul. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r29550. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « dart/tests/co19/co19-runtime.status ('k') | dart/tests/compiler/dart2js_extra/mirror_invalid_field_access_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698