| 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 51aad6e6fca3d0b5f0700ffa2beeec2252dd74f6..d5251f7f0d49341f502922429152ee098f36fcef 100644
|
| --- a/runtime/tests/vm/dart/isolate_mirror_local_test.dart
|
| +++ b/runtime/tests/vm/dart/isolate_mirror_local_test.dart
|
| @@ -20,7 +20,7 @@ void testDone(String test) {
|
| throw "Unexpected test name '$test'";
|
| }
|
| expectedTests.remove(test);
|
| - if (expectedTests.isEmpty()) {
|
| + if (expectedTests.isEmpty) {
|
| // All tests are done.
|
| exit_port.close();
|
| }
|
|
|