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

Unified Diff: tests/lib/mirrors/typevariable_mirror_metadata_test.dart

Issue 27728004: Generic typedefs and their referents. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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: tests/lib/mirrors/typevariable_mirror_metadata_test.dart
diff --git a/tests/lib/mirrors/typevariable_mirror_metadata_test.dart b/tests/lib/mirrors/typevariable_mirror_metadata_test.dart
index fa05d64e21d1a9e112083eec68684fe581378d91..d31159bd74a2f911c8efebdc085bc71a1692c903 100644
--- a/tests/lib/mirrors/typevariable_mirror_metadata_test.dart
+++ b/tests/lib/mirrors/typevariable_mirror_metadata_test.dart
@@ -27,9 +27,9 @@ main() {
cm = reflectClass(B);
checkMetadata(cm.typeVariables[0], [m3]);
- // Partial coverage.
- return; /// 01: ok
TypedefMirror tm = reflectType(Predicate);
checkMetadata(tm.typeVariables[0], [m1, m2]);
+ FunctionTypeMirror ftm = tm.referent;
+ checkMetadata(ftm, []);
}
« runtime/lib/mirrors.cc ('K') | « tests/lib/mirrors/generic_function_typedef_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698