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

Unified Diff: vm/code_descriptors_test.cc

Issue 10874072: Use the return value of vm native methods to set the return value, (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 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: vm/code_descriptors_test.cc
===================================================================
--- vm/code_descriptors_test.cc (revision 11327)
+++ vm/code_descriptors_test.cc (working copy)
@@ -188,6 +188,7 @@
EXPECT_EQ(10, i.Value());
EXPECT_EQ(20, k.Value());
Isolate::Current()->heap()->CollectAllGarbage();
+ return Object::null();
}

Powered by Google App Engine
This is Rietveld 408576698