Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(645)

Unified Diff: tests/isolate/unresolved_ports_negative_test.dart

Issue 10837070: Remove old isolate API and update all code in the repository to use (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/isolate/static_state_test.dart ('k') | tests/isolate/unresolved_ports_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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');
« no previous file with comments | « tests/isolate/static_state_test.dart ('k') | tests/isolate/unresolved_ports_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698