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

Unified Diff: runtime/vm/isolate_test.cc

Issue 2554983002: Created methods to surface zone memory information for each isolate and thread in JSON. (Closed)
Patch Set: Created methods to surface zone memory information for each isolate and thread in JSON. Created 4 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: runtime/vm/isolate_test.cc
diff --git a/runtime/vm/isolate_test.cc b/runtime/vm/isolate_test.cc
index 5e71ed7fa95d547429fcbbece69f81f439b42b9b..3e8d96bd97b9cd39d95a131ed3b85e324af9017e 100644
--- a/runtime/vm/isolate_test.cc
+++ b/runtime/vm/isolate_test.cc
@@ -245,5 +245,4 @@ TEST_CASE(NoOOBMessageScope) {
EXPECT_EQ(kZero, IsolateTestHelper::GetDeferredInterruptsMask(thread));
EXPECT_EQ(kZero, IsolateTestHelper::GetDeferredInterrupts(thread));
}
-
zra 2016/12/08 18:54:13 Did clang-format remove this? I think we usually k
bkonyi 2016/12/08 20:58:32 I must have accidentally removed it when I deleted
} // namespace dart
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/json_stream.h » ('j') | runtime/vm/json_stream.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698