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

Unified Diff: dart/tests/lib/mirrors/library_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_declarations_test.dart ('k') | dart/tests/lib/mirrors/metadata_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/lib/mirrors/library_metadata_test.dart
diff --git a/dart/tests/lib/mirrors/library_metadata_test.dart b/dart/tests/lib/mirrors/library_metadata_test.dart
index d6f54a55ef5d12eececd4517fcde16da3263b5bb..f01aefabdfedd40f8555d124e76bc160ecf46b03 100644
--- a/dart/tests/lib/mirrors/library_metadata_test.dart
+++ b/dart/tests/lib/mirrors/library_metadata_test.dart
@@ -11,8 +11,7 @@ import 'metadata_test.dart';
main() {
MirrorSystem mirrors = currentMirrorSystem();
- checkMetadata(mirrors.findLibrary(#test.library_metadata_test).first,
+ checkMetadata(mirrors.findLibrary(#test.library_metadata_test),
[string, symbol]);
- checkMetadata(mirrors.findLibrary(#test.metadata_test).first,
- []);
+ checkMetadata(mirrors.findLibrary(#test.metadata_test), []);
}
« no previous file with comments | « dart/tests/lib/mirrors/library_declarations_test.dart ('k') | dart/tests/lib/mirrors/metadata_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698