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

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

Issue 19387003: Retain abstract classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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/parameter_test.dart ('k') | dart/tests/lib/mirrors/stringify.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/lib/mirrors/return_type_test.dart
diff --git a/dart/tests/lib/mirrors/return_type_test.dart b/dart/tests/lib/mirrors/return_type_test.dart
index db4ad768d989c139de77d4480ee36eb9d4ff55b9..ebc208ad552c0c3cdac5196e6ba92ab6e054be86 100644
--- a/dart/tests/lib/mirrors/return_type_test.dart
+++ b/dart/tests/lib/mirrors/return_type_test.dart
@@ -34,9 +34,9 @@ main() {
var i = methods[const Symbol('i')];
expect('Type(s(dynamic), top-level)', f.returnType);
- expect('Type(s(int) in s(dart.core), top-level)', g.returnType);
- expect('Type(s(List) in s(dart.core), top-level)', h.returnType);
- expect('Type(s(B) in s(test.return_type_test), top-level)', i.returnType);
+ expect('Class(s(int) in s(dart.core), top-level)', g.returnType);
+ expect('Class(s(List) in s(dart.core), top-level)', h.returnType);
+ expect('Class(s(B) in s(test.return_type_test), top-level)', i.returnType);
print(methods);
}
« no previous file with comments | « dart/tests/lib/mirrors/parameter_test.dart ('k') | dart/tests/lib/mirrors/stringify.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698