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 e1a1c6427f2827028da833c3abe9038cdf74c061..6bf653748a9f2656a13513ff32a2d455cc641352 100644 |
--- a/runtime/tests/vm/dart/isolate_mirror_remote_test.dart |
+++ b/runtime/tests/vm/dart/isolate_mirror_remote_test.dart |
@@ -27,6 +27,6 @@ void main() { |
mirrorSystemOf(sp).then(testMirrorSystem); |
Expect.fail('Should not reach here. Remote isolates not implemented.'); |
} catch (exception) { |
- Expect.isTrue(exception is NotImplementedException); |
+ Expect.isTrue(exception is UnimplementedError); |
} |
} |