Index: runtime/vm/profiler_test.cc |
diff --git a/runtime/vm/profiler_test.cc b/runtime/vm/profiler_test.cc |
index 9b6cfaf4fa63eb19b42e84d068a5d47950930efa..2ef65e910593954756df188059cdc3f5be522365 100644 |
--- a/runtime/vm/profiler_test.cc |
+++ b/runtime/vm/profiler_test.cc |
@@ -369,7 +369,7 @@ TEST_CASE(Profiler_CodeTicks) { |
Profile profile(isolate); |
AllocationFilter filter(isolate, class_a.id()); |
profile.Build(&filter, Profile::kNoTags); |
- // We should have one allocation sample. |
+ // We should have three allocation samples. |
EXPECT_EQ(3, profile.sample_count()); |
ProfileTrieWalker walker(&profile); |
@@ -461,7 +461,7 @@ TEST_CASE(Profiler_FunctionTicks) { |
Profile profile(isolate); |
AllocationFilter filter(isolate, class_a.id()); |
profile.Build(&filter, Profile::kNoTags); |
- // We should have one allocation sample. |
+ // We should have three allocation samples. |
EXPECT_EQ(3, profile.sample_count()); |
ProfileTrieWalker walker(&profile); |