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

Unified Diff: dart/tests/lib/mirrors/type_variable_owner_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/type_variable_owner_test.dart
diff --git a/dart/tests/lib/mirrors/type_variable_owner_test.dart b/dart/tests/lib/mirrors/type_variable_owner_test.dart
index 282977d7199c032c5c3dad98e3ae652b1deda3fd..a6deb620b19e7da223d4a6d4e94727f5bd60f372 100644
--- a/dart/tests/lib/mirrors/type_variable_owner_test.dart
+++ b/dart/tests/lib/mirrors/type_variable_owner_test.dart
@@ -36,7 +36,7 @@ Predicate<List> somePredicateOfList;
testTypeVariableOfTypedef() {
LibraryMirror thisLibrary =
- currentMirrorSystem().findLibrary(#test.type_variable_owner).single;
+ currentMirrorSystem().findLibrary(#test.type_variable_owner);
TypedefMirror predicateOfDynamic = reflectType(Predicate);
TypedefMirror predicateOfList =
« dart/sdk/lib/mirrors/mirrors.dart ('K') | « dart/tests/lib/mirrors/top_level_accessors_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698