| Index: lib/compiler/implementation/lib/mock.dart
|
| diff --git a/lib/compiler/implementation/lib/mock.dart b/lib/compiler/implementation/lib/mock.dart
|
| index f61ef40932533ecc072cfd38b67577037258d7a1..018ac150a2f7b93ac716e2c7de75859b2a8149d5 100644
|
| --- a/lib/compiler/implementation/lib/mock.dart
|
| +++ b/lib/compiler/implementation/lib/mock.dart
|
| @@ -32,7 +32,7 @@ interface ByteArray extends List default _InternalByteArray {
|
| }
|
|
|
| class _InternalByteArray {
|
| - factory _InternalByteArray(int length) {
|
| + factory ByteArray(int length) {
|
| throw new UnsupportedOperationException("new ByteArray($length)");
|
| }
|
| }
|
|
|