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

Unified Diff: runtime/vm/snapshot_test.dart

Issue 8351032: Fix tests broken by proxy changes. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 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 | « corelib/src/promise.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/snapshot_test.dart
===================================================================
--- runtime/vm/snapshot_test.dart (revision 626)
+++ runtime/vm/snapshot_test.dart (working copy)
@@ -1380,7 +1380,7 @@
}
-class Mint$ProxyImpl extends Proxy implements Mint$Proxy {
+class Mint$ProxyImpl extends ProxyImpl implements Mint$Proxy {
Mint$ProxyImpl(Proxy isolate) : super.forReply(isolate.call([null])) {}
@@ -1430,7 +1430,7 @@
}
-class Purse$ProxyImpl extends Proxy implements Purse$Proxy {
+class Purse$ProxyImpl extends ProxyImpl implements Purse$Proxy {
Purse$ProxyImpl(Promise<SendPort> port) : super.forReply(port) { }
« no previous file with comments | « corelib/src/promise.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698