| Index: packages/quiver/test/collection/delegates/set_test.dart
|
| diff --git a/packages/quiver/test/collection/delegates/set_test.dart b/packages/quiver/test/collection/delegates/set_test.dart
|
| index ec910b3b6cb2891de080e4e39d0182ba3cad94d3..ff4ad228df4f9e782c1a3e680e0c1444e370eb35 100644
|
| --- a/packages/quiver/test/collection/delegates/set_test.dart
|
| +++ b/packages/quiver/test/collection/delegates/set_test.dart
|
| @@ -63,7 +63,7 @@ void main() {
|
| equals(['b']));
|
| expect(delegatingSet.difference(new Set<String>.from(['cc'])),
|
| equals(['a', 'b']));
|
| - }, skip: "Test failing: Caught type 'LinkedHashSet<String>' is not a subtype of type 'HashSet<String>' of 'result'.");
|
| + });
|
|
|
| test('intersection', () {
|
| expect(delegatingSet.intersection(new Set<String>.from(['a', 'dd'])),
|
|
|