| Index: tests/isolate/src/MintMakerPromiseTest.dart
|
| ===================================================================
|
| --- tests/isolate/src/MintMakerPromiseTest.dart (revision 626)
|
| +++ tests/isolate/src/MintMakerPromiseTest.dart (working copy)
|
| @@ -135,7 +135,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])) {}
|
|
|
| @@ -185,7 +185,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) { }
|
|
|
|
|