Skip to content

Commit

Permalink
Update interface_lists_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Oct 1, 2024
1 parent 442af62 commit d0f65b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/objective_c/test/interface_lists_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ void main() {
allEnumNames.add(match[1]!);
}
}
print(Set<String>.from(allEnumNames)
.difference(Set<String>.from(yamlEnums)));
expect(allEnumNames, unorderedEquals(yamlEnums));
});
});
Expand Down

0 comments on commit d0f65b6

Please sign in to comment.