| Index: frog/leg/lib/mockimpl.dart
|
| diff --git a/frog/leg/lib/mockimpl.dart b/frog/leg/lib/mockimpl.dart
|
| index 22d57617eb917165334c8ceb57c3f7aee6292345..c23dd54ea76f3c9e11c14bcd9e7b091c498db378 100644
|
| --- a/frog/leg/lib/mockimpl.dart
|
| +++ b/frog/leg/lib/mockimpl.dart
|
| @@ -141,10 +141,6 @@ class ReceivePortFactory {
|
| factory ReceivePort() {
|
| throw 'factory ReceivePort is not implemented';
|
| }
|
| -
|
| - factory ReceivePort.singleShot() {
|
| - throw 'factory ReceivePort.singleShot is not implemented';
|
| - }
|
| }
|
|
|
| class StringBase {
|
|
|