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

Unified Diff: tests/standalone/vmservice/isolate_class_field_test.dart

Issue 98253009: Refactor VM service IDs (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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
Index: tests/standalone/vmservice/isolate_class_field_test.dart
diff --git a/tests/standalone/vmservice/isolate_class_field_test.dart b/tests/standalone/vmservice/isolate_class_field_test.dart
index e69b32114ee1728f9d95219dea22968b9bb74628..639aca189e3dbf9c653038d8f2d0d3b43b1274b6 100644
--- a/tests/standalone/vmservice/isolate_class_field_test.dart
+++ b/tests/standalone/vmservice/isolate_class_field_test.dart
@@ -140,7 +140,7 @@ class BadBananaClassTest {
class ClassTableTest extends VmServiceRequestHelper {
ClassTableTest(port, id) :
- super('http://127.0.0.1:$port/isolates/$id/classes/');
+ super('http://127.0.0.1:$port/$id/classes/');
int banana_class_id;
int bad_banana_class_id;

Powered by Google App Engine
This is Rietveld 408576698