[Spellcheck] Split WindowsSpellChecker tests
Now that the WindowsSpellChecker class has been reorganized to not rely on a base::NoDestructor life cycle, it is now safe to re-create an instance of it every test. The WindowsSpellChecker unit tests were working around the base::NoDestructor by having a single TEST_F that tested all methods. This CL splits that test up into multiple tests. There are no functional changes to the tests. #Squeegee Bug: 1035044 Change-Id: I180f8fa6fedec4470a8f8e77c124bf321ba62e1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057245Reviewed-by:Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Guillaume Jenkins <gujen@google.com> Cr-Commit-Position: refs/heads/master@{#742198}
Showing
Please register or sign in to comment