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

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: Update code 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/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), []);
}

Powered by Google App Engine
This is Rietveld 408576698