| Index: lib/compiler/implementation/lib/mock.dart
|
| diff --git a/lib/compiler/implementation/lib/mock.dart b/lib/compiler/implementation/lib/mock.dart
|
| index 9000a3aacddd92e102ddfe9ab78f98eff90d31c7..16fc2c05970ab1c90bfdb616a2aae35eb230fb52 100644
|
| --- a/lib/compiler/implementation/lib/mock.dart
|
| +++ b/lib/compiler/implementation/lib/mock.dart
|
| @@ -6,7 +6,6 @@
|
|
|
| // TODO(ahe): Remove this file.
|
|
|
| -class AssertionError {}
|
| class TypeError extends AssertionError {
|
| final String msg;
|
| const TypeError(String this.msg);
|
|
|