Skip to content
Snippets Groups Projects
Commit 148a232f authored by Parker, Peter's avatar Parker, Peter
Browse files

Refs #22608 - Fix Windows warnings.

Included moving a TS_ASSERT out of a destructor in a mock object, which would have been harmless.  I couldn't use noexcept(false) as a workaround because of the parent destructor.  The resulting code is much messier as I have to keep ahold of the mock object and call the assert in each of the tests... :(
parent 579c96bb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment