| Index: tests/isolate/unresolved_ports_negative_test.dart
|
| diff --git a/tests/isolate/v2_unresolved_ports_negative_test.dart b/tests/isolate/unresolved_ports_negative_test.dart
|
| similarity index 95%
|
| rename from tests/isolate/v2_unresolved_ports_negative_test.dart
|
| rename to tests/isolate/unresolved_ports_negative_test.dart
|
| index 03328c3a92fd2a3fca721bf47c1f8b32c3058a3d..ad1d3add035ddb4c513e2ec8501afb2637c234a5 100644
|
| --- a/tests/isolate/v2_unresolved_ports_negative_test.dart
|
| +++ b/tests/isolate/unresolved_ports_negative_test.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -// negative test to ensure that APIv2_unresolvedPortsTest works.
|
| +// negative test to ensure that API_unresolvedPortsTest works.
|
| #library('unresolved_ports');
|
| #import('dart:isolate');
|
| #import('../../lib/unittest/unittest.dart');
|
|
|