Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make unit test more reliable, fix resulting failure
This unit test was not catching a defect on Mac/Linux because of the way that the compiler can optionally optimize out write operations that occur in the destructor. Change the test to make use of a static member instead so as to avoid this.
- Loading branch information