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

Unified Diff: runtime/vm/service_test.cc

Issue 340843003: Remove timers from Service_Isolate test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service_test.cc
diff --git a/runtime/vm/service_test.cc b/runtime/vm/service_test.cc
index ce00a8458e6380fd9b0c19d1811d0c4dcbe90ed3..7db2c7739a0d85cffb557efa959eb5a23d7a18ea 100644
--- a/runtime/vm/service_test.cc
+++ b/runtime/vm/service_test.cc
@@ -208,12 +208,8 @@ TEST_CASE(Service_Isolate) {
EXPECT_SUBSTRING("isolates/", buffer);
// heap
- EXPECT(reader.Seek("heap"));
+ EXPECT(reader.Seek("heaps"));
EXPECT_EQ(reader.Type(), JSONReader::kObject);
-
- // timers
- EXPECT(reader.Seek("timers"));
- EXPECT_EQ(reader.Type(), JSONReader::kArray);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698