Chromium Code Reviews

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

Issue 23455028: Mirrors overhaul. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update code Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: dart/tests/lib/mirrors/library_declarations_test.dart
diff --git a/dart/tests/lib/mirrors/library_declarations_test.dart b/dart/tests/lib/mirrors/library_declarations_test.dart
index d91e727db2cd5dd1eb069f2826636c8ecb689a5c..807bb5710cdd9cbb48f75be6411d60019d4c272a 100644
--- a/dart/tests/lib/mirrors/library_declarations_test.dart
+++ b/dart/tests/lib/mirrors/library_declarations_test.dart
@@ -12,7 +12,7 @@ import 'declarations_model.dart' as declarations_model;
main() {
LibraryMirror lm =
- currentMirrorSystem().findLibrary(#test.declarations_model).single;
+ currentMirrorSystem().findLibrary(#test.declarations_model);
Expect.setEquals(
['Variable(s(_libraryVariable)'

Powered by Google App Engine