Delete a test that was using deprecated COPY_FLAG
The TRACE_EVENT_FLAG_COPY flag is deprecated and its support is being
removed from perfetto. All the instance of TRACE_EVENT_FLAG_COPY in
chrome's production code is already removed by using new trace macros.
Note: In SDK build, dynamic strings can be supplied like this:
`perfetto::DynamicString{std::string("ABC")}`
Hence we don't need to validate this flag in chrome's unit tests.
unit tests.
Note: `perfetto::DynamicString` is already tested well in perfetto's
Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel
Change-Id: Ib042583cb7c84eeb94bc9fefabbdcd6138bd2c08
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3825906
Reviewed-by: Eric Seckler <[email protected]>
Reviewed-by: Stephen Nusko <[email protected]>
Commit-Queue: Mohit Saini <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1039707}
NOKEYCHECK=True
GitOrigin-RevId: c2e60829b50b555100b469b100b57500398600a7
1 file changed