mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
flutter_windows_unittests.cc had its tests inside the flutter namespace rather than the flutter:testing namespace. This adds the missing namespace and makes one namespace-related cleanup in one of the key event unit tests as well. This is a post-landing cleanup for PR: https://github.com/flutter/engine/pull/35106 Issue: https://github.com/flutter/flutter/issues/86617