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

Unified Diff: dart/tests/lib/mirrors/basic_types_in_dart_core_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. 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/basic_types_in_dart_core_test.dart
diff --git a/dart/tests/lib/mirrors/basic_types_in_dart_core_test.dart b/dart/tests/lib/mirrors/basic_types_in_dart_core_test.dart
index ef468d76b77fdbbcd42d692a626e6a4a06ca6383..9e15b849387b88a71435996240346745ea4409aa 100644
--- a/dart/tests/lib/mirrors/basic_types_in_dart_core_test.dart
+++ b/dart/tests/lib/mirrors/basic_types_in_dart_core_test.dart
@@ -8,7 +8,7 @@ import 'dart:mirrors';
import 'package:expect/expect.dart';
main() {
- LibraryMirror dartcore = currentMirrorSystem().findLibrary(#dart.core).single;
+ LibraryMirror dartcore = currentMirrorSystem().findLibrary(#dart.core);
ClassMirror cm;
cm = dartcore.classes[#int];

Powered by Google App Engine
This is Rietveld 408576698