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

Unified Diff: dart/tests/lib/mirrors/metadata_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
« no previous file with comments | « dart/tests/lib/mirrors/library_metadata_test.dart ('k') | dart/tests/lib/mirrors/mirrors_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/lib/mirrors/metadata_test.dart
diff --git a/dart/tests/lib/mirrors/metadata_test.dart b/dart/tests/lib/mirrors/metadata_test.dart
index 260874600d9551c9a153222a7e4249209215f5ad..24998d264d41d41f56453a54ba5156a30567cbb1 100644
--- a/dart/tests/lib/mirrors/metadata_test.dart
+++ b/dart/tests/lib/mirrors/metadata_test.dart
@@ -53,7 +53,7 @@ main() {
MirrorSystem mirrors = currentMirrorSystem();
ClassMirror myClassMirror = reflectClass(MyClass);
checkMetadata(myClassMirror, [symbol, string]);
- LibraryMirror lib = mirrors.findLibrary(#test.metadata_test).first;
+ LibraryMirror lib = mirrors.findLibrary(#test.metadata_test);
MethodMirror function = lib.functions[#main];
checkMetadata(function, [symbol, string, symbol]);
MethodMirror method = myClassMirror.methods[#myMethod];
« no previous file with comments | « dart/tests/lib/mirrors/library_metadata_test.dart ('k') | dart/tests/lib/mirrors/mirrors_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698