Skip to content

Commit 738ccfa

Browse files
jason-simmonscalltekk
authored andcommitted
Fix capitalization of the path to FlutterWindowControllerTest.mm in the macOS platform build script (flutter#181045)
Fixes flutter#180963
1 parent cec4e1f commit 738ccfa

File tree

1 file changed

+1
-1
lines changed
  • engine/src/flutter/shell/platform/darwin/macos

1 file changed

+1
-1
lines changed

engine/src/flutter/shell/platform/darwin/macos/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,10 @@ executable("flutter_desktop_darwin_unittests") {
239239
"framework/Source/FlutterViewControllerTestUtils.mm",
240240
"framework/Source/FlutterViewEngineProviderTest.mm",
241241
"framework/Source/FlutterViewTest.mm",
242+
"framework/Source/FlutterWindowControllerTest.mm",
242243
"framework/Source/KeyCodeMapTest.mm",
243244
"framework/Source/TestFlutterPlatformView.h",
244245
"framework/Source/TestFlutterPlatformView.mm",
245-
"framework/source/FlutterWindowControllerTest.mm",
246246
]
247247

248248
deps = [

0 commit comments

Comments
 (0)