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

Unified Diff: runtime/tests/vm/dart/isolate_mirror_local_test.dart

Issue 14402005: Update vm test of LibraryMirror. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/tests/vm/dart/isolate_mirror_local_test.dart
diff --git a/runtime/tests/vm/dart/isolate_mirror_local_test.dart b/runtime/tests/vm/dart/isolate_mirror_local_test.dart
index 772ce66a2e769619ef9503c4b967dfc0e9c091be..9031873ba73d7d0c0028b83c5a220f713e098d20 100644
--- a/runtime/tests/vm/dart/isolate_mirror_local_test.dart
+++ b/runtime/tests/vm/dart/isolate_mirror_local_test.dart
@@ -115,7 +115,7 @@ void testRootLibraryMirror(LibraryMirror lib_mirror) {
lib_mirror.qualifiedName);
Expect.equals(null, lib_mirror.owner);
Expect.isFalse(lib_mirror.isPrivate);
- Expect.isTrue(lib_mirror.url.contains('isolate_mirror_local_test.dart'));
+ Expect.isTrue(lib_mirror.uri.path.contains('isolate_mirror_local_test.dart'));
// TODO(ahe): toString() test disabled for now as Symbols are 100% opaque.
// Expect.equals("LibraryMirror on 'isolate_mirror_local_test'",
// lib_mirror.toString());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698