Index: runtime/vm/dart_api_impl_test.cc |
diff --git a/runtime/vm/dart_api_impl_test.cc b/runtime/vm/dart_api_impl_test.cc |
index 6c6fb8f9a9242bff28a11af41034f07a61e4ab11..4be3fa900393a10a18c4aab80a8e2d2a7e1cc36f 100644 |
--- a/runtime/vm/dart_api_impl_test.cc |
+++ b/runtime/vm/dart_api_impl_test.cc |
@@ -9827,7 +9827,7 @@ TEST_CASE(Timeline_Dart_EmbedderTimelineGetTimeline) { |
bool success = Dart_GlobalTimelineGetTrace(AppendStreamConsumer, &data); |
EXPECT(success); |
- EXPECT_SUBSTRING("HELLO FROM EMBEDDER,{\"name\":\"testDurationEvent\"", |
+ EXPECT_SUBSTRING("}},HELLO FROM EMBEDDER", |
data.buffer); |
// Free buffer allocated by AppendStreamConsumer |