| Index: runtime/tests/vm/dart/isolate_mirror_remote_test.dart
|
| diff --git a/runtime/tests/vm/dart/isolate_mirror_remote_test.dart b/runtime/tests/vm/dart/isolate_mirror_remote_test.dart
|
| index 9c05d40040d619ca19e1ddfe60ce577564f0a316..e1a1c6427f2827028da833c3abe9038cdf74c061 100644
|
| --- a/runtime/tests/vm/dart/isolate_mirror_remote_test.dart
|
| +++ b/runtime/tests/vm/dart/isolate_mirror_remote_test.dart
|
| @@ -26,7 +26,7 @@ void main() {
|
| try {
|
| mirrorSystemOf(sp).then(testMirrorSystem);
|
| Expect.fail('Should not reach here. Remote isolates not implemented.');
|
| - } catch (var exception) {
|
| + } catch (exception) {
|
| Expect.isTrue(exception is NotImplementedException);
|
| }
|
| }
|
|
|