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

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

Issue 487023003: vmservice protocol cleanup (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen js Created 6 years, 4 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
Index: tests/standalone/vmservice/isolate_code_test.dart
diff --git a/tests/standalone/vmservice/isolate_code_test.dart b/tests/standalone/vmservice/isolate_code_test.dart
index 3b48a69c12b088bedc020aec150f3ddef18f4869..620f43b83d15dbf674868cbbae555a6b1bdc67e9 100644
--- a/tests/standalone/vmservice/isolate_code_test.dart
+++ b/tests/standalone/vmservice/isolate_code_test.dart
@@ -25,7 +25,7 @@ class CodeCTest extends VmServiceRequestHelper {
onRequestCompleted(Map reply) {
Expect.equals('Code', reply['type']);
- Expect.equals('c', reply['function']['user_name']);
+ Expect.equals('c', reply['function']['name']);
Expect.isTrue(reply['disassembly'].length > 0);
}
}
« no previous file with comments | « tests/standalone/vmservice/isolate_class_field_test.dart ('k') | tests/standalone/vmservice/isolate_function_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698