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

Unified Diff: runtime/vm/debugger_api_impl_test.cc

Issue 730543002: Remove use of IterableMixinWorkaround from _List, _ImmutableList and _GrowableList. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: addressed comments Created 6 years, 1 month 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: runtime/vm/debugger_api_impl_test.cc
===================================================================
--- runtime/vm/debugger_api_impl_test.cc (revision 41737)
+++ runtime/vm/debugger_api_impl_test.cc (working copy)
@@ -2256,9 +2256,6 @@
Dart_Handle list_type = Dart_InstanceGetType(list_access_test_obj);
Dart_Handle super_type = Dart_GetSupertype(list_type);
EXPECT(!Dart_IsError(super_type));
- super_type = Dart_GetSupertype(super_type);
- EXPECT(!Dart_IsError(super_type));
- EXPECT(super_type == Dart_Null());
}
TEST_CASE(Debug_ScriptGetTokenInfo_Basic) {

Powered by Google App Engine
This is Rietveld 408576698