Skip to content

Commit c26ed86

Browse files
authored
Updating test expectations for DDC Set implementations. (#2458)
* Fixing Set runtime test output names in DDC * Updating set impl enclosing library
1 parent da312c7 commit c26ed86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwds/test/instances/common/test_inspector.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ Matcher matchListClassRef(String type) => matchClassRef(
354354
Matcher matchMapClassRef(String type) =>
355355
matchClassRef(name: type, libraryId: _dartJsHelperLibrary);
356356
Matcher matchSetClassRef(String type) =>
357-
matchClassRef(name: type, libraryId: _dartCollectionLibrary);
357+
matchClassRef(name: type, libraryId: _dartJsHelperLibrary);
358358

359359
Matcher matchClassRef({dynamic name, dynamic libraryId}) => isA<ClassRef>()
360360
.having((e) => e.name, 'class ref name', name)

0 commit comments

Comments
 (0)