From da312c7f929bed3c86639220dae94c7c97a8cf59 Mon Sep 17 00:00:00 2001 From: MarkZ Date: Tue, 2 Jul 2024 10:10:55 -0700 Subject: [PATCH] Fixing Set runtime test output names in DDC (#2457) Fixes tests that break due to https://dart-review.googlesource.com/c/sdk/+/373327 DDC now represents `_HashSet` objects as `LinkedSet` in its internal representation (no implementation changes). --- dwds/test/instances/common/instance_inspection_common.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwds/test/instances/common/instance_inspection_common.dart b/dwds/test/instances/common/instance_inspection_common.dart index 63fb49302..6475555ce 100644 --- a/dwds/test/instances/common/instance_inspection_common.dart +++ b/dwds/test/instances/common/instance_inspection_common.dart @@ -295,7 +295,7 @@ void runTests({ final instanceId = instanceRef.id!; expect( await getObject(instanceId), - matchSetInstance(type: '_HashSet'), + matchSetInstance(type: 'LinkedSet'), ); expect(