You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
2423c2f added the FlushStrategy API but did not add extra tests
Modifications:
Add unit tests for the two factory methods of FlushStrategy
Result:
Better test coverage
CreateProcess()' lpCommandLine argument is LPTSTR (not LPCTSTR) and can therefore be potentially modified by CreateProcess().
Should the argument instead use a pointer (to an array of wchar_t?)?
The text was updated successfully, but these errors were encountered: