-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TestSuite: don't go through the container twice in Compare::Container.
Since this is a failure case, it doesn't really matter if it takes 10x more time at runtime. But it definitely adds more work for the compiler, and that's where most of human time is usually spent -- iterating on the test code. So don't.
- Loading branch information
Showing
1 changed file
with
25 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters