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

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

Issue 147153002: Re-enable mirrors/immutable_collections_test on Dartium. Fix a bad constructor in Dartium's dart:js… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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 | « tests/lib/lib.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/immutable_collections_test.dart
diff --git a/tests/lib/mirrors/immutable_collections_test.dart b/tests/lib/mirrors/immutable_collections_test.dart
index 50fdd75fc7d0e42cdd1ced4335c5c01c5ea543a8..08766046b4c072577c939ca88f6cfa8f969a4340 100644
--- a/tests/lib/mirrors/immutable_collections_test.dart
+++ b/tests/lib/mirrors/immutable_collections_test.dart
@@ -68,6 +68,7 @@ checkDeclaration(DeclarationMirror dm) {
}
checkLibrary(LibraryMirror lm) {
+ print(lm.simpleName);
vsm 2014/01/24 20:37:12 Did you mean to keep this in?
rmacnak 2014/01/24 21:04:08 No, removed.
checkMap(lm.declarations, 'LibraryMirror.declarations');
checkMap(lm.topLevelMembers, 'LibraryMirror.topLevelMembers');
checkList(lm.metadata, 'LibraryMirror.metadata');
« no previous file with comments | « tests/lib/lib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698