Chromium Code Reviews| Index: runtime/vm/service_test.cc |
| =================================================================== |
| --- runtime/vm/service_test.cc (revision 37499) |
| +++ runtime/vm/service_test.cc (working copy) |
| @@ -726,6 +726,7 @@ |
| EXPECT_SUBSTRING("\"type\":\"Class\"", handler.msg()); |
| ExpectSubstringF(handler.msg(), |
| "\"id\":\"classes\\/%" Pd "\",\"name\":\"A\",", cid); |
| + ExpectSubstringF(handler.msg(), "\"allocation_stats\":"); |
| // Evaluate an expression from class A. |
| service_msg = EvalF(h_lib, |