Index: runtime/tests/vm/dart/isolate_mirror_local_test.dart |
diff --git a/runtime/tests/vm/dart/isolate_mirror_local_test.dart b/runtime/tests/vm/dart/isolate_mirror_local_test.dart |
index 4ffcaef3d5ed0a3e45d2b37dd6c88198b5238c2a..e5ca82ec12b6b483ada51e538a27458bce132a8f 100644 |
--- a/runtime/tests/vm/dart/isolate_mirror_local_test.dart |
+++ b/runtime/tests/vm/dart/isolate_mirror_local_test.dart |
@@ -495,7 +495,7 @@ void main() { |
'testCustomInstanceMirror']); |
// Test that an isolate can reflect on itself. |
- mirrorSystemOf(exit_port.toSendPort()).then(testMirrorSystem); |
+ mirrorSystemOf(exit_port.sendPort).then(testMirrorSystem); |
testIntegerInstanceMirror(reflect(1001)); |
testStringInstanceMirror(reflect('This\nis\na\nString')); |