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

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

Issue 23455028: Mirrors overhaul. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r29550. 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/to_string_test.dart
diff --git a/dart/tests/lib/mirrors/to_string_test.dart b/dart/tests/lib/mirrors/to_string_test.dart
index e8e4e30ac423db520193859f4eceda1590197afe..b553caa6cd83f6fbc029cf9601ff6681fe63cb9c 100644
--- a/dart/tests/lib/mirrors/to_string_test.dart
+++ b/dart/tests/lib/mirrors/to_string_test.dart
@@ -20,7 +20,7 @@ main() {
expect("TypeMirror on 'dynamic'", mirrors.dynamicType);
expect("TypeMirror on 'void'", mirrors.voidType);
expect("LibraryMirror on 'test.to_string_test'",
- mirrors.findLibrary(#test.to_string_test).single);
+ mirrors.findLibrary(#test.to_string_test));
expect("InstanceMirror on 1", reflect(1));
expect("ClassMirror on 'Foo'", reflectClass(Foo));
expect("VariableMirror on 'field'",
« no previous file with comments | « dart/tests/lib/mirrors/private_symbol_test.dart ('k') | dart/tests/lib/mirrors/top_level_accessors_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698