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

Unified Diff: test/instance_test.dart

Issue 1863233002: Fix some broken tests. (Closed) Base URL: git@github.com:dart-lang/vm_service_client.git@master
Patch Set: Code review changes Created 4 years, 8 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 | « pubspec.yaml ('k') | test/isolate_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/instance_test.dart
diff --git a/test/instance_test.dart b/test/instance_test.dart
index 700accd1cace2b87e28af35b12a73069123a073b..66f331414bc056805a77cb32d5204011074a817c 100644
--- a/test/instance_test.dart
+++ b/test/instance_test.dart
@@ -330,7 +330,7 @@ void main() {
var value = await _evaluate("<int>[].runtimeType");
expect(value, new isInstanceOf<VMTypeInstanceRef>());
- expect(value.name, equals("_GrowableList<int>"));
+ expect(value.name, equals("List<int>"));
expect(value.typeClass.name, equals("_GrowableList"));
value = await value.load();
« no previous file with comments | « pubspec.yaml ('k') | test/isolate_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698