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

Unified Diff: dart/tests/lib/mirrors/top_level_accessors_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
« no previous file with comments | « dart/tests/lib/mirrors/to_string_test.dart ('k') | dart/tests/lib/mirrors/type_variable_owner_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/lib/mirrors/top_level_accessors_test.dart
diff --git a/dart/tests/lib/mirrors/top_level_accessors_test.dart b/dart/tests/lib/mirrors/top_level_accessors_test.dart
index 232b47c06d7ece140a51432fd3740113777d6a5b..1caef2d24d6838314a31b21bb0f0642d62b269ca 100644
--- a/dart/tests/lib/mirrors/top_level_accessors_test.dart
+++ b/dart/tests/lib/mirrors/top_level_accessors_test.dart
@@ -19,7 +19,7 @@ set accessor(value) {
main() {
LibraryMirror library = currentMirrorSystem()
- .findLibrary(#test.top_level_accessors_test).single;
+ .findLibrary(#test.top_level_accessors_test);
field = 42;
Expect.equals(42, library.getField(#accessor).reflectee);
Expect.equals(87, library.setField(#accessor, 87).reflectee);
« no previous file with comments | « dart/tests/lib/mirrors/to_string_test.dart ('k') | dart/tests/lib/mirrors/type_variable_owner_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698