| Index: test/dart_codegen/expect/core/set.dart
|
| diff --git a/test/dart_codegen/expect/core/set.dart b/test/dart_codegen/expect/core/set.dart
|
| index cd5d2f3321bd5151f39e353de432d7d1e1dfecd8..fbe9ffd8f1a0d2c88eb586f53dd67022d3dcd66d 100644
|
| --- a/test/dart_codegen/expect/core/set.dart
|
| +++ b/test/dart_codegen/expect/core/set.dart
|
| @@ -15,7 +15,7 @@ part of dart.core;
|
| bool containsAll(Iterable<Object> other);
|
| Set<E> intersection(Set<Object> other);
|
| Set<E> union(Set<E> other);
|
| - Set<E> difference(Set<E> other);
|
| + Set<E> difference(Set<Object> other);
|
| void clear();
|
| Set<E> toSet();
|
| }
|
|
|