| Index: tests/compiler/dart2js/class_set_test.dart
|
| diff --git a/tests/compiler/dart2js/class_set_test.dart b/tests/compiler/dart2js/class_set_test.dart
|
| index 64442b13083712ca765d70f2f862ebe6b1eb47ef..9eea4f166340cd6f99fde142d9c318b85330665a 100644
|
| --- a/tests/compiler/dart2js/class_set_test.dart
|
| +++ b/tests/compiler/dart2js/class_set_test.dart
|
| @@ -529,7 +529,7 @@ testForEach() async {
|
| checkForEach(X, [X, A, B, D, C, G, F, I, H, E],
|
| skipSubclasses: [D], forEachSubtype: true);
|
| checkForEach(X, [A, D, C, G, F, I, H, E],
|
| - forEachSubtype: true, mask: ClassHierarchyNode.DIRECTLY_INSTANTIATED);
|
| + forEachSubtype: true, mask: ClassHierarchyNode.EXPLICITLY_INSTANTIATED);
|
| checkForEach(X, [A, B, D, C, G, F, I, H, E],
|
| forEachSubtype: true, mask: ClassHierarchyNode.INSTANTIATED);
|
|
|
|
|